1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
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.
This commit is contained in:
Ulrich Drepper
2001-01-25 08:10:36 +00:00
parent c39fb5e4c5
commit 4de9dbfa2c
7 changed files with 20 additions and 11 deletions

View File

@@ -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*)