mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-01-24 Ulrich Drepper <drepper@redhat.com>
|
2001-01-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* conform/data/wordexp.h-data: Fix typo.
|
* conform/data/wordexp.h-data: Fix typo.
|
||||||
|
@@ -16,12 +16,12 @@ function int toupper (int)
|
|||||||
function int isascii (int)
|
function int isascii (int)
|
||||||
function int toascii (int)
|
function int toascii (int)
|
||||||
|
|
||||||
# XPG says the following two are macros. But we test a bit more strictly.
|
// XPG says the following two are macros. But we test a bit more strictly.
|
||||||
function int _toupper (int)
|
function int _toupper (int)
|
||||||
function int _tolower (int)
|
function int _tolower (int)
|
||||||
|
|
||||||
# The following is not entirely correct. It should be is[a-z]* but the
|
// The following is not entirely correct. It should be is[a-z]* but the
|
||||||
# replacement fnmatch implementation does not grok it.
|
// replacement fnmatch implementation does not grok it.
|
||||||
allow is*
|
allow is*
|
||||||
allow to*
|
allow to*
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@ constant ETXTBSY
|
|||||||
constant EWOULDBLOCK
|
constant EWOULDBLOCK
|
||||||
constant EXDEV
|
constant EXDEV
|
||||||
|
|
||||||
# variable int errno
|
// variable int errno
|
||||||
allow errno
|
allow errno
|
||||||
|
|
||||||
allow E*
|
allow E*
|
||||||
|
@@ -64,7 +64,7 @@ function double remainder (double, double)
|
|||||||
function double rint (double)
|
function double rint (double)
|
||||||
function double scalb (double, double)
|
function double scalb (double, double)
|
||||||
|
|
||||||
# variable signgam
|
// variable signgam
|
||||||
allow signgam
|
allow signgam
|
||||||
|
|
||||||
allow acosf
|
allow acosf
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#ifndef ISO
|
#ifndef ISO
|
||||||
# should test for not an array type.
|
// should test for not an array type.
|
||||||
type mqd_t
|
type mqd_t
|
||||||
|
|
||||||
type {struct sigevent}
|
type {struct sigevent}
|
||||||
|
@@ -34,7 +34,7 @@ element {struct servent} {char*} s_proto
|
|||||||
|
|
||||||
macro IPPORT_RESERVED
|
macro IPPORT_RESERVED
|
||||||
|
|
||||||
# variable int h_errno
|
// variable int h_errno
|
||||||
allow h_errno
|
allow h_errno
|
||||||
|
|
||||||
macro HOST_NOT_FOUND
|
macro HOST_NOT_FOUND
|
||||||
|
@@ -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_init (pthread_barrierattr_t*)
|
||||||
function int pthread_barrierattr_setpshared (pthread_barrierattr_t*, int)
|
function int pthread_barrierattr_setpshared (pthread_barrierattr_t*, int)
|
||||||
function int pthread_cancel (pthread_t)
|
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
|
macro pthread_cleanup_push
|
||||||
# function int pthread_cleanup_pop (int)
|
// function int pthread_cleanup_pop (int)
|
||||||
macro pthread_cleanup_pop
|
macro pthread_cleanup_pop
|
||||||
function int pthread_cond_broadcast (pthread_cond_t*)
|
function int pthread_cond_broadcast (pthread_cond_t*)
|
||||||
function int pthread_cond_destroy (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_getpshared (const pthread_rwlockattr_t*, int*)
|
||||||
function int pthread_rwlockattr_init (pthread_rwlockatttr*)
|
function int pthread_rwlockattr_init (pthread_rwlockatttr*)
|
||||||
function int pthread_rwlockattr_setpsahred (pthread_rwlockattr_t*, int)
|
function int pthread_rwlockattr_setpsahred (pthread_rwlockattr_t*, int)
|
||||||
#endif
|
# endif
|
||||||
function pthread_t pthread_self (void)
|
function pthread_t pthread_self (void)
|
||||||
function int pthread_setcancelstate (int, int*)
|
function int pthread_setcancelstate (int, int*)
|
||||||
function int pthread_setcanceltype (int, int*)
|
function int pthread_setcanceltype (int, int*)
|
||||||
#ifndef POSIX
|
# ifndef POSIX
|
||||||
function int pthread_setconcurrency (int)
|
function int pthread_setconcurrency (int)
|
||||||
# endif
|
# endif
|
||||||
function int pthread_setschedparam (pthread_t, int, const struct sched_param*)
|
function int pthread_setschedparam (pthread_t, int, const struct sched_param*)
|
||||||
|
Reference in New Issue
Block a user