diff options
Diffstat (limited to 'kernel/time/time.c')
-rw-r--r-- | kernel/time/time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/time/time.c b/kernel/time/time.c index 6261f969dcb7..c3f756f8534b 100644 --- a/kernel/time/time.c +++ b/kernel/time/time.c | |||
@@ -99,7 +99,7 @@ SYSCALL_DEFINE1(stime, time_t __user *, tptr) | |||
99 | #endif /* __ARCH_WANT_SYS_TIME */ | 99 | #endif /* __ARCH_WANT_SYS_TIME */ |
100 | 100 | ||
101 | #ifdef CONFIG_COMPAT_32BIT_TIME | 101 | #ifdef CONFIG_COMPAT_32BIT_TIME |
102 | #ifdef __ARCH_WANT_COMPAT_SYS_TIME | 102 | #ifdef __ARCH_WANT_SYS_TIME32 |
103 | 103 | ||
104 | /* old_time32_t is a 32 bit "long" and needs to get converted. */ | 104 | /* old_time32_t is a 32 bit "long" and needs to get converted. */ |
105 | SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) | 105 | SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) |
@@ -134,7 +134,7 @@ SYSCALL_DEFINE1(stime32, old_time32_t __user *, tptr) | |||
134 | return 0; | 134 | return 0; |
135 | } | 135 | } |
136 | 136 | ||
137 | #endif /* __ARCH_WANT_COMPAT_SYS_TIME */ | 137 | #endif /* __ARCH_WANT_SYS_TIME32 */ |
138 | #endif | 138 | #endif |
139 | 139 | ||
140 | SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, | 140 | SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, |