diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 05:36:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 05:36:34 +0000 |
commit | 8e605e789df868763e388dca7040538c1de41b85 (patch) | |
tree | 5c243130cd406eda3e1e2d582535e38d614d36f0 /linuxthreads/Versions | |
parent | 1edf26ffc696dc0520def24e6a852add3566860e (diff) | |
download | glibc-8e605e789df868763e388dca7040538c1de41b85.tar glibc-8e605e789df868763e388dca7040538c1de41b85.tar.gz glibc-8e605e789df868763e388dca7040538c1de41b85.tar.bz2 glibc-8e605e789df868763e388dca7040538c1de41b85.zip |
Update.
2000-03-26 Ulrich Drepper <drepper@redhat.com>
* include/features.h: Undef and document __USE_XOPEN2K.
* malloc/mcheck.c: Implement pedantic checking of all allocated blocks
whenever a function is called. Initiated by calling mcheck_pedantic
instead of mcheck.
* malloc/mcheck.h: Declare mcheck_pedantic.
* malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
* locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
for now.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 1b9de67b67..2e3673e1a1 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -129,5 +129,8 @@ libpthread { __pthread_rwlock_init; __pthread_rwlock_destroy; __pthread_rwlock_rdlock; __pthread_rwlock_tryrdlock; __pthread_rwlock_wrlock; __pthread_rwlock_trywrlock; __pthread_rwlock_unlock; + + # New functions from IEEE Std. 10003.1-200x. + sem_timedwait; } } |