dcf9c9b5aa264acd5b9c4f56a1f1494069970fd5
[openwrt/svn-archive/archive.git] / toolchain / uClibc / patches-0.9.32 / 120-adjtimex.patch
1 --- a/include/sys/timex.h
2 +++ b/include/sys/timex.h
3 @@ -116,9 +116,8 @@ struct timex
4
5 __BEGIN_DECLS
6
7 -#if 0
8 -extern int __adjtimex (struct timex *__ntx) __THROW;
9 -#endif
10 +#undef __adjtimex
11 +#define __adjtimex adjtimex
12 extern int adjtimex (struct timex *__ntx) __THROW;
13 libc_hidden_proto(adjtimex)
14