[toolchain]: replace gcc 4.5.2 support with 4.6.1
[openwrt.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
This page took 0.058329 seconds and 5 git commands to generate.