uClibc: refresh patches for uClibc
[openwrt-10.03/.git] / toolchain / uClibc / patches / 120-adjtimex.patch
1 --- a/include/sys/timex.h
2 +++ b/include/sys/timex.h
3 @@ -116,7 +116,8 @@ struct timex
4  
5  __BEGIN_DECLS
6  
7 -extern int __adjtimex (struct timex *__ntx) __THROW;
8 +#undef __adjtimex
9 +#define __adjtimex adjtimex
10  extern int adjtimex (struct timex *__ntx) __THROW;
11  
12  extern int ntp_gettime (struct ntptimeval *__ntv) __THROW;