about summary refs log tree commit diff
path: root/include/sys/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/timex.h')
-rw-r--r--include/sys/timex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/timex.h b/include/sys/timex.h
index 2e688880..8b417e1b 100644
--- a/include/sys/timex.h
+++ b/include/sys/timex.h
@@ -91,6 +91,11 @@ struct timex {
 int adjtimex(struct timex *);
 int clock_adjtime(clockid_t, struct timex *);
 
+#if _REDIR_TIME64
+__REDIR(adjtimex, __adjtimex_time64);
+__REDIR(clock_adjtime, __clock_adjtime64);
+#endif
+
 #ifdef __cplusplus
 }
 #endif