blob: dcf9c9b5aa264acd5b9c4f56a1f1494069970fd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/include/sys/timex.h
+++ b/include/sys/timex.h
@@ -116,9 +116,8 @@ struct timex
__BEGIN_DECLS
-#if 0
-extern int __adjtimex (struct timex *__ntx) __THROW;
-#endif
+#undef __adjtimex
+#define __adjtimex adjtimex
extern int adjtimex (struct timex *__ntx) __THROW;
libc_hidden_proto(adjtimex)
|