Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 6 Jul 2000 22:01:12 +0000 (22:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 6 Jul 2000 22:01:12 +0000 (22:01 +0000)
commita85d5c806068dc0d6332390c7a87e60ccd99be9a
tree86e578ddd361c9ed1cf71194346d069f74cefcb9
parent16f4ce383717857032c2033ef755da389716150a
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.
linuxthreads/ChangeLog
linuxthreads/Versions
linuxthreads/mutex.c
linuxthreads/rwlock.c
linuxthreads/sysdeps/pthread/pthread.h