diff options
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; } } |