aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/timex.h')
-rw-r--r--libc/include/sys/timex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/include/sys/timex.h b/libc/include/sys/timex.h
index f704ce80c..74c86118c 100644
--- a/libc/include/sys/timex.h
+++ b/libc/include/sys/timex.h
@@ -35,9 +35,9 @@
__BEGIN_DECLS
-int adjtimex(struct timex*) __INTRODUCED_IN(24);
-int clock_adjtime(clockid_t, struct timex*) __INTRODUCED_IN(24);
+int adjtimex(struct timex* __buf) __INTRODUCED_IN(24);
+int clock_adjtime(clockid_t __clock, struct timex* __tx) __INTRODUCED_IN(24);
__END_DECLS
-#endif /* _SYS_TIMEX_H_ */
+#endif