diff options
Diffstat (limited to 'pthread.def')
-rw-r--r-- | pthread.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pthread.def b/pthread.def index d8f950f..542f07b 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def -; Last updated: $Date: 1999/01/23 06:59:02 $ +; Last updated: $Date: 1999/02/02 02:02:08 $ ; Currently unimplemented functions are commented out. @@ -24,8 +24,8 @@ pthread_attr_setschedparam ;pthread_attr_setstackaddr pthread_attr_setstacksize pthread_cancel -;pthread_cleanup_pop -;pthread_cleanup_push +pthread_cleanup_pop +pthread_cleanup_push pthread_condattr_destroy pthread_condattr_getpshared pthread_condattr_init |