aboutsummaryrefslogtreecommitdiff
path: root/conform/data/pthread.h-data
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-25 08:10:36 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-25 08:10:36 +0000
commit4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7 (patch)
tree301b42bbe1fad69ac9b0462216d6be1b14365d10 /conform/data/pthread.h-data
parentc39fb5e4c509bf0a63ae80be72c765eb450e3099 (diff)
downloadglibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.tar
glibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.tar.gz
glibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.tar.bz2
glibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.zip
Update.
2001-01-25 Ulrich Drepper <drepper@redhat.com> * 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.
Diffstat (limited to 'conform/data/pthread.h-data')
-rw-r--r--conform/data/pthread.h-data8
1 files changed, 4 insertions, 4 deletions
diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data
index 5d455f5d69..cc881030c8 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*)