From 4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jan 2001 08:10:36 +0000 Subject: Update. 2001-01-25 Ulrich Drepper * conform/data/ctype.h-data: Use correct comment form. * conform/data/errno.h-data: Likewise. * conform/data/math.h-data: Likewise. * conform/data/mqueue.h-data: Likewise. * conform/data/netdb.h-data: Likewise. * conform/data/pthread.h-data: Likewise. --- conform/data/pthread.h-data | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conform/data/pthread.h-data') diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data index 5d455f5..cc88103 100644 --- a/conform/data/pthread.h-data +++ b/conform/data/pthread.h-data @@ -70,9 +70,9 @@ function int pthread_barrierattr_getpshared (const pthread_barrierattr_t*, int*) function int pthread_barrierattr_init (pthread_barrierattr_t*) function int pthread_barrierattr_setpshared (pthread_barrierattr_t*, int) function int pthread_cancel (pthread_t) -# function int pthread_cleanup_push (void (*) (void*), void*) +// function int pthread_cleanup_push (void (*) (void*), void*) macro pthread_cleanup_push -# function int pthread_cleanup_pop (int) +// function int pthread_cleanup_pop (int) macro pthread_cleanup_pop function int pthread_cond_broadcast (pthread_cond_t*) function int pthread_cond_destroy (pthread_cond_t*) @@ -131,11 +131,11 @@ function int pthread_rwlockattr_destroy (pthread_rwlockattr_t*) function int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t*, int*) function int pthread_rwlockattr_init (pthread_rwlockatttr*) function int pthread_rwlockattr_setpsahred (pthread_rwlockattr_t*, int) -#endif +# endif function pthread_t pthread_self (void) function int pthread_setcancelstate (int, int*) function int pthread_setcanceltype (int, int*) -#ifndef POSIX +# ifndef POSIX function int pthread_setconcurrency (int) # endif function int pthread_setschedparam (pthread_t, int, const struct sched_param*) -- cgit v1.1