1 --- a/include/sys/timex.h
2 +++ b/include/sys/timex.h
3 @@ -116,9 +116,8 @@ struct timex
8 -extern int __adjtimex (struct timex *__ntx) __THROW;
11 +#define __adjtimex adjtimex
12 extern int adjtimex (struct timex *__ntx) __THROW;
13 libc_hidden_proto(adjtimex)