clean up uclibc patch/config version handling a bit
[openwrt/staging/chunkeey.git] / toolchain / uClibc / patches-0.9.29 / 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;