[PATCH v6 05/13] kernel_timespec.h: Add a kernel_old_timespec_t struct
Alistair Francis
alistair.francis at wdc.com
Fri Mar 20 22:09:31 UTC 2020
Add a kernel_old_timespec_t struct based on the definition in the Linux
kernel locatied at include/uapi/linux/time.h.
Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
---
kernel_timespec.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/kernel_timespec.h b/kernel_timespec.h
index 90133f8d..62c42541 100644
--- a/kernel_timespec.h
+++ b/kernel_timespec.h
@@ -22,4 +22,9 @@ typedef struct {
# endif /* HAVE_ARCH_TIME32_SYSCALLS */
+typedef struct {
+ kernel_long_t tv_sec;
+ long tv_nsec;
+} kernel_old_timespec_t;
+
#endif /* !STRACE_KERNEL_TIMESPEC_H */
--
2.25.1
More information about the Strace-devel
mailing list