summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/stime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/stime.c')
-rw-r--r--libc/sysdeps/linux/common/stime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/stime.c b/libc/sysdeps/linux/common/stime.c
index de060c8a2..cb7e8040c 100644
--- a/libc/sysdeps/linux/common/stime.c
+++ b/libc/sysdeps/linux/common/stime.c
@@ -15,7 +15,6 @@
#ifdef __NR_stime
_syscall1(int, stime, const time_t *, t)
#else
-/* libc_hidden_proto(settimeofday) */
int stime(const time_t * when)
{