uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not expor...
[openwrt.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;
This page took 0.053742 seconds and 5 git commands to generate.