diff options
Diffstat (limited to 'Versions')
-rw-r--r-- | Versions | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,7 @@ libc { pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; pthread_cond_signal; pthread_cond_wait; pthread_cond_timedwait; + pthread_hurd_cond_wait_np; pthread_equal; pthread_exit; pthread_getschedparam; pthread_setschedparam; pthread_mutex_destroy; pthread_mutex_init; @@ -72,6 +73,8 @@ libpthread { pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; pthread_cond_signal; pthread_cond_timedwait; pthread_cond_wait; + pthread_hurd_cond_wait_np; + pthread_condattr_destroy; pthread_condattr_getclock; pthread_condattr_getpshared; pthread_condattr_init; pthread_condattr_setclock; pthread_condattr_setpshared; |