OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / stime.c
index 2b7ea6f..de060c8 100644 (file)
@@ -15,7 +15,7 @@
 #ifdef __NR_stime
 _syscall1(int, stime, const time_t *, t)
 #else
-libc_hidden_proto(settimeofday)
+/* libc_hidden_proto(settimeofday) */
 
 int stime(const time_t * when)
 {