diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions index 3b11cc1..b18709c 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -130,6 +130,7 @@ libc { cnd_broadcast; cnd_destroy; cnd_init; + cnd_signal; thrd_current; thrd_equal; thrd_sleep; @@ -162,6 +163,7 @@ libc { cnd_broadcast; cnd_destroy; cnd_init; + cnd_signal; pthread_cond_clockwait; pthread_condattr_getclock; pthread_condattr_getpshared; @@ -224,7 +226,6 @@ libc { __pthread_cleanup_pop; __pthread_cleanup_push; __pthread_cleanup_upto; - __pthread_cond_signal; # Used by the C11 threads. __pthread_cond_timedwait; # Used by the C11 threads. __pthread_cond_wait; # Used by the C11 threads. __pthread_current_priority; @@ -377,7 +378,6 @@ libpthread { # C11 thread symbols. GLIBC_2.28 { - cnd_signal; cnd_timedwait; cnd_wait; mtx_destroy; |