diff options
Diffstat (limited to 'rwlock.c')
-rw-r--r-- | rwlock.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,7 @@ */ #include "ptw32_rwlock_check_need_init.c" +#include "ptw32_rwlock_cancelwrwait.c" #include "pthread_rwlock_init.c" #include "pthread_rwlock_destroy.c" #include "pthread_rwlockattr_init.c" @@ -42,7 +43,9 @@ #include "pthread_rwlockattr_getpshared.c" #include "pthread_rwlockattr_setpshared.c" #include "pthread_rwlock_rdlock.c" +#include "pthread_rwlock_timedrdlock.c" #include "pthread_rwlock_wrlock.c" +#include "pthread_rwlock_timedwrlock.c" #include "pthread_rwlock_unlock.c" #include "pthread_rwlock_tryrdlock.c" #include "pthread_rwlock_trywrlock.c" |