diff options
Diffstat (limited to 'pthread.def')
-rw-r--r-- | pthread.def | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pthread.def b/pthread.def index 395f156..9371ce9 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def
-; Last updated: $Date: 2000/08/18 08:02:29 $
+; Last updated: $Date: 2000/12/28 05:32:07 $
; Currently unimplemented functions are commented out.
@@ -103,8 +103,14 @@ pthread_rwlock_unlock ;
pthread_mutexattr_setforcecs_np
pthread_getw32threadhandle_np
+pthread_delay_np
pthreadCancelableWait
pthreadCancelableTimedWait
+; For use when linking statically
+pthread_win32_process_attach_np
+pthread_win32_process_detach_np
+pthread_win32_thread_attach_np
+pthread_win32_thread_detach_np
;
; Needed if !defined(_MSC_VER) && !defined(__cplusplus)
;
|