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 bd294b9..3f68e5c 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def -; Last updated: $Date: 1999/01/03 18:48:06 $ +; Last updated: $Date: 1999/01/12 14:48:59 $ ; Currently unimplemented functions are commented out. @@ -56,6 +56,7 @@ pthread_mutexattr_init ;pthread_mutexattr_setpshared pthread_mutexattr_destroy pthread_mutex_init +pthread_mutex_destroy pthread_mutex_lock pthread_mutex_trylock pthread_mutex_unlock |