X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2FWINNT%2Fpthread%2Fpthread.def;h=387c1bf0bd2a2add7a2cd0fe73f492106f1cee9e;hp=45e33d7a288a58d5677f154709360ae0323058ce;hb=e4b6e4d4a63c036be326e3e933fb7f7c6787275b;hpb=c3251a3b18a83bf66d4d2f0a549fa573eccbdde2 diff --git a/src/WINNT/pthread/pthread.def b/src/WINNT/pthread/pthread.def index 45e33d7..387c1bf 100644 --- a/src/WINNT/pthread/pthread.def +++ b/src/WINNT/pthread/pthread.def @@ -26,3 +26,10 @@ EXPORTS pthread_attr_setdetachstate @24 pthread_exit @25 DllMain @26 + pthread_rwlock_destroy @27 + pthread_rwlock_init @28 + pthread_rwlock_rdlock @29 + pthread_rwlock_wrlock @30 + pthread_rwlock_tryrdlock @31 + pthread_rwlock_trywrlock @32 + pthread_rwlock_unlock @33