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 63687f5..df689cc 100644 --- a/pthread.def +++ b/pthread.def @@ -1,12 +1,12 @@ ; pthread.def -; Last updated: $Date: 1998/10/04 23:01:59 $ +; Last updated: $Date: 1998/12/28 23:01:11 $ ; Currently unimplemented functions are commented out. LIBRARY pthread EXPORTS -pthread_atfork +;pthread_atfork pthread_attr_destroy pthread_attr_getdetachstate ;pthread_attr_getinheritsched |