aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-06 22:01:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-06 22:01:12 +0000
commita85d5c806068dc0d6332390c7a87e60ccd99be9a (patch)
tree86e578ddd361c9ed1cf71194346d069f74cefcb9 /linuxthreads/Versions
parent16f4ce383717857032c2033ef755da389716150a (diff)
downloadglibc-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/Versions')
-rw-r--r--linuxthreads/Versions6
1 files changed, 5 insertions, 1 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 85a58e112b..94a18e528c 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -130,7 +130,11 @@ libpthread {
__pthread_rwlock_tryrdlock; __pthread_rwlock_wrlock;
__pthread_rwlock_trywrlock; __pthread_rwlock_unlock;
- # New functions from IEEE Std. 10003.1-200x.
+ # No really implemented.
+ pthread_condattr_getpshared; pthread_condattr_setpshared;
+ pthread_mutexattr_getpshared; pthread_mutexattr_setpshared;
+
+ # New functions from IEEE Std. 1003.1-200x.
sem_timedwait;
pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
pthread_spin_trylock; pthread_spin_unlock;