diff options
Diffstat (limited to 'pthread.def')
-rw-r--r-- | pthread.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread.def b/pthread.def index 53c2b27..e18c25b 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def
-; Last updated: $Date: 2001/07/05 11:57:32 $
+; Last updated: $Date: 2002/01/31 06:56:04 $
; Currently unimplemented functions are commented out.
@@ -135,7 +135,7 @@ pthread_mutexattr_setkind_np ; Non-portable local implementation only
;
pthread_getw32threadhandle_np
-pthread_getprocessors_np
+pthread_num_processors_np
pthreadCancelableWait
pthreadCancelableTimedWait
;
|