summaryrefslogtreecommitdiff
path: root/libc/kernel/uapi/linux/errqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/uapi/linux/errqueue.h')
-rw-r--r--libc/kernel/uapi/linux/errqueue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/kernel/uapi/linux/errqueue.h b/libc/kernel/uapi/linux/errqueue.h
index f4a244fc0..7959d2b1f 100644
--- a/libc/kernel/uapi/linux/errqueue.h
+++ b/libc/kernel/uapi/linux/errqueue.h
@@ -19,6 +19,7 @@
#ifndef _UAPI_LINUX_ERRQUEUE_H
#define _UAPI_LINUX_ERRQUEUE_H
#include <linux/types.h>
+#include <linux/time_types.h>
struct sock_extended_err {
__u32 ee_errno;
__u8 ee_origin;
@@ -43,6 +44,9 @@ struct sock_extended_err {
struct scm_timestamping {
struct timespec ts[3];
};
+struct scm_timestamping64 {
+ struct __kernel_timespec ts[3];
+};
enum {
SCM_TSTAMP_SND,
SCM_TSTAMP_SCHED,