OSDN Git Service

Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git...
[tomoyo/tomoyo-test1.git] / include / linux / time32.h
index cf9320c..83a400b 100644 (file)
 #include <linux/time64.h>
 #include <linux/timex.h>
 
-typedef s32            old_time32_t;
-
-struct old_timespec32 {
-       old_time32_t    tv_sec;
-       s32             tv_nsec;
-};
-
-struct old_timeval32 {
-       old_time32_t    tv_sec;
-       s32             tv_usec;
-};
+#include <vdso/time32.h>
 
 struct old_itimerspec32 {
        struct old_timespec32 it_interval;