about summary refs log tree commit diff
path: root/include/sys/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sem.h')
-rw-r--r--include/sys/sem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/sem.h b/include/sys/sem.h
index e6161e51..a747784e 100644
--- a/include/sys/sem.h
+++ b/include/sys/sem.h
@@ -60,6 +60,12 @@ int semop(int, struct sembuf *, size_t);
 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
 #endif
 
+#if _REDIR_TIME64
+#ifdef _GNU_SOURCE
+__REDIR(semtimedop, __semtimedop_time64);
+#endif
+#endif
+
 #ifdef __cplusplus
 }
 #endif