diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/timex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/timex.h b/include/sys/timex.h index 57059bd14..4cb81d208 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -120,9 +120,7 @@ struct timex __BEGIN_DECLS -#if 0 extern int __adjtimex (struct timex *__ntx) __THROW; -#endif extern int adjtimex (struct timex *__ntx) __THROW; libc_hidden_proto(adjtimex) |