about summary refs log tree commit diff
path: root/include/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/semaphore.h')
-rw-r--r--include/semaphore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/semaphore.h b/include/semaphore.h
index 277c47d6..3690f496 100644
--- a/include/semaphore.h
+++ b/include/semaphore.h
@@ -29,6 +29,10 @@ int    sem_trywait(sem_t *);
 int    sem_unlink(const char *);
 int    sem_wait(sem_t *);
 
+#if _REDIR_TIME64
+__REDIR(sem_timedwait, __sem_timedwait_time64);
+#endif
+
 #ifdef __cplusplus
 }
 #endif