aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/time.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/time.h b/include/uapi/linux/time.h
index 04d5587f30d3..b8ad1b86b942 100644
--- a/include/uapi/linux/time.h
+++ b/include/uapi/linux/time.h
@@ -70,6 +70,11 @@ struct __kernel_old_timeval {
70}; 70};
71#endif 71#endif
72 72
73struct __kernel_sock_timeval {
74 __s64 tv_sec;
75 __s64 tv_usec;
76};
77
73/* 78/*
74 * The IDs of the various system clocks (for POSIX.1b interval timers): 79 * The IDs of the various system clocks (for POSIX.1b interval timers):
75 */ 80 */