diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/times.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/times.c b/libc/sysdeps/linux/common/times.c index 37ae040d4..e35c4efc0 100644 --- a/libc/sysdeps/linux/common/times.c +++ b/libc/sysdeps/linux/common/times.c @@ -10,6 +10,5 @@ #include <sys/syscall.h> #include <sys/times.h> - _syscall_noerr1(clock_t, times, struct tms *, buf) libc_hidden_def(times) |