summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/times.c')
-rw-r--r--libc/sysdeps/linux/common/times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/times.c b/libc/sysdeps/linux/common/times.c
index a6ea1fa51..a0644ef1f 100644
--- a/libc/sysdeps/linux/common/times.c
+++ b/libc/sysdeps/linux/common/times.c
@@ -10,7 +10,7 @@
#include <sys/syscall.h>
#include <sys/times.h>
-libc_hidden_proto(times)
+/* libc_hidden_proto(times) */
_syscall1(clock_t, times, struct tms *, buf)
libc_hidden_def(times)