diff options
Diffstat (limited to 'include/aio.h')
-rw-r--r-- | include/aio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aio.h b/include/aio.h index 19bc28a9..453c41b7 100644 --- a/include/aio.h +++ b/include/aio.h @@ -62,6 +62,10 @@ int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sige #define off64_t off_t #endif +#if _REDIR_TIME64 +__REDIR(aio_suspend, __aio_suspend_time64); +#endif + #ifdef __cplusplus } #endif |