From 9e253ed18b58158600fe1b4eed306c11523e7a53 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 8 Feb 1999 21:19:53 +0000 Subject: Fri Feb 5 13:42:30 1999 Ross Johnson * semaphore.c: Comment format changes. Wed Feb 3 13:04:44 1999 Ross Johnson * cleanup.c: Rename _pthread_*_cleanup() to pthread_*_cleanup(). * pthread.def: Ditto. * pthread.h: Ditto. * pthread.def (pthread_cleanup_push): Remove from export list; the function is defined as a macro under all compilers. (pthread_cleanup_pop): Ditto. * pthread.h: Remove #if defined(). --- pthread.def | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pthread.def') diff --git a/pthread.def b/pthread.def index 542f07b..4f8c69e 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def -; Last updated: $Date: 1999/02/02 02:02:08 $ +; Last updated: $Date: 1999/02/08 21:19:57 $ ; 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 @@ -77,5 +77,5 @@ pthreadCancelableTimedWait ; ; Needed if !defined(_MSC_VER) && !defined(__cplusplus) ; -_pthread_push_cleanup -_pthread_pop_cleanup +pthread_push_cleanup +pthread_pop_cleanup -- cgit v1.2.3