X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fthreads.h;h=52ec3100eb9e2ebf3523123ba51021582361b855;hb=dc9285ad1dc19349c407072cc48ba70dab86de45;hp=8122b3b1df5e5a931b98eb688d227800934a126b;hpb=2ed4e9d9279117ffa50294095e172804cd1b68e5;p=musl diff --git a/include/threads.h b/include/threads.h index 8122b3b1..52ec3100 100644 --- a/include/threads.h +++ b/include/threads.h @@ -80,6 +80,12 @@ void tss_delete(tss_t); int tss_set(tss_t, void *); void *tss_get(tss_t); +#if _REDIR_TIME64 +__REDIR(thrd_sleep, __thrd_sleep_time64); +__REDIR(mtx_timedlock, __mtx_timedlock_time64); +__REDIR(cnd_timedwait, __cnd_timedwait_time64); +#endif + #ifdef __cplusplus } #endif