diff options
Diffstat (limited to 'pthread.def')
-rw-r--r-- | pthread.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pthread.def b/pthread.def index 580caf5..b16aba7 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def
-; Last updated: $Date: 2001/02/06 05:44:38 $
+; Last updated: $Date: 2001/02/09 06:51:30 $
; Currently unimplemented functions are commented out.
@@ -107,6 +107,7 @@ pthread_rwlock_unlock ;
pthread_getw32threadhandle_np
pthread_delay_np
+pthread_mutex_setdefaulttype_np
pthreadCancelableWait
pthreadCancelableTimedWait
; For use when linking statically
|