diff options
Diffstat (limited to 'libc/sysdeps/linux/common/ntp_gettime.c')
-rw-r--r-- | libc/sysdeps/linux/common/ntp_gettime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/ntp_gettime.c b/libc/sysdeps/linux/common/ntp_gettime.c index f32e05444..ff933fed4 100644 --- a/libc/sysdeps/linux/common/ntp_gettime.c +++ b/libc/sysdeps/linux/common/ntp_gettime.c @@ -18,7 +18,7 @@ #include <sys/timex.h> -libc_hidden_proto(adjtimex) +/* libc_hidden_proto(adjtimex) */ int ntp_gettime(struct ntptimeval *ntv) { |