aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 1217a15bdf..fc34e59b70 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -127,6 +127,7 @@ libc {
# C11 thread symbols.
GLIBC_2.28 {
call_once;
+ cnd_broadcast;
thrd_current;
thrd_equal;
thrd_sleep;
@@ -156,6 +157,7 @@ libc {
__pthread_mutexattr_settype;
__pthread_setspecific;
call_once;
+ cnd_broadcast;
pthread_cond_clockwait;
pthread_condattr_getclock;
pthread_condattr_getpshared;
@@ -218,7 +220,6 @@ libc {
__pthread_cleanup_pop;
__pthread_cleanup_push;
__pthread_cleanup_upto;
- __pthread_cond_broadcast; # Used by the C11 threads.
__pthread_cond_destroy; # Used by the C11 threads.
__pthread_cond_init; # Used by the C11 threads.
__pthread_cond_signal; # Used by the C11 threads.
@@ -374,7 +375,6 @@ libpthread {
# C11 thread symbols.
GLIBC_2.28 {
- cnd_broadcast;
cnd_destroy;
cnd_init;
cnd_signal;