about summary refs log tree commit diff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
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;