diff options
Diffstat (limited to 'libc/sysdeps/linux/common/times.c')
-rw-r--r-- | libc/sysdeps/linux/common/times.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/times.c b/libc/sysdeps/linux/common/times.c index a68a2981f..a6ea1fa51 100644 --- a/libc/sysdeps/linux/common/times.c +++ b/libc/sysdeps/linux/common/times.c @@ -12,5 +12,5 @@ libc_hidden_proto(times) -_syscall1(clock_t, times, struct tms *, buf); +_syscall1(clock_t, times, struct tms *, buf) libc_hidden_def(times) |