summaryrefslogtreecommitdiff
path: root/rwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'rwlock.c')
-rw-r--r--rwlock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rwlock.c b/rwlock.c
index 381a2ad..98631a5 100644
--- a/rwlock.c
+++ b/rwlock.c
@@ -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"