projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
uClibc: update 0.9.32 to latest git
[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 @@
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