diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-06 22:01:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-06 22:01:12 +0000 |
commit | a85d5c806068dc0d6332390c7a87e60ccd99be9a (patch) | |
tree | 86e578ddd361c9ed1cf71194346d069f74cefcb9 /linuxthreads/ChangeLog | |
parent | 16f4ce383717857032c2033ef755da389716150a (diff) | |
download | glibc-a85d5c806068dc0d6332390c7a87e60ccd99be9a.tar glibc-a85d5c806068dc0d6332390c7a87e60ccd99be9a.tar.gz glibc-a85d5c806068dc0d6332390c7a87e60ccd99be9a.tar.bz2 glibc-a85d5c806068dc0d6332390c7a87e60ccd99be9a.zip |
Update.
2000-07-06 Ulrich Drepper <drepper@redhat.com>
* condvar.c: Implement pthread_condattr_getpshared and
pthread_condattr_setpshared.
* mutex.c: Implement pthread_mutexattr_getpshared and
pthread_mutexattr_setpshared.
* Versions: Export new functions.
* sysdeps/pthread/pthread.h: Add prototypes for new functions.
* rwlock.c (pthread_rwlockattr_init): Use PTHREAD_PROCESS_PRIVATE.
(pthread_rwlockattr_setpshared): Fail if PTHREAD_PROCESS_PRIVATE
is not selected.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index fa823bce4f..d825934e28 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,16 @@ +2000-07-06 Ulrich Drepper <drepper@redhat.com> + + * condvar.c: Implement pthread_condattr_getpshared and + pthread_condattr_setpshared. + * mutex.c: Implement pthread_mutexattr_getpshared and + pthread_mutexattr_setpshared. + * Versions: Export new functions. + * sysdeps/pthread/pthread.h: Add prototypes for new functions. + + * rwlock.c (pthread_rwlockattr_init): Use PTHREAD_PROCESS_PRIVATE. + (pthread_rwlockattr_setpshared): Fail if PTHREAD_PROCESS_PRIVATE + is not selected. + 2000-07-04 Greg McGary <greg@mcgary.org> * sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from |