diff options
Diffstat (limited to 'kernel/sys.c')
-rw-r--r-- | kernel/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 763c3c17ded3..37165e552331 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
@@ -919,7 +919,7 @@ void do_sys_times(struct tms *tms) | |||
919 | tms->tms_cstime = cputime_to_clock_t(cstime); | 919 | tms->tms_cstime = cputime_to_clock_t(cstime); |
920 | } | 920 | } |
921 | 921 | ||
922 | asmlinkage long sys_times(struct tms __user * tbuf) | 922 | SYSCALL_DEFINE1(times, struct tms __user *, tbuf) |
923 | { | 923 | { |
924 | if (tbuf) { | 924 | if (tbuf) { |
925 | struct tms tmp; | 925 | struct tms tmp; |