uClibc: update to 0.9.33.2, fixes #4420
[openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 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