summaryrefslogtreecommitdiff
path: root/pthread.def
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.def')
-rw-r--r--pthread.def11
1 files changed, 8 insertions, 3 deletions
diff --git a/pthread.def b/pthread.def
index 623dc17..15383aa 100644
--- a/pthread.def
+++ b/pthread.def
@@ -1,5 +1,5 @@
; pthread.def
-; Last updated: $Date: 2001/05/31 02:01:47 $
+; Last updated: $Date: 2001/06/05 07:48:19 $
; Currently unimplemented functions are commented out.
@@ -103,10 +103,15 @@ pthread_rwlock_rdlock
pthread_rwlock_wrlock
pthread_rwlock_unlock
;
-; Non-portable but useful
+; Non-portable/compatibility with other implementations
;
-pthread_getw32threadhandle_np
pthread_delay_np
+pthread_mutexattr_getkind_np
+pthread_mutexattr_setkind_np
+;
+; Non-portable local implementation only
+;
+pthread_getw32threadhandle_np
pthreadCancelableWait
pthreadCancelableTimedWait
; For use when linking statically