aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-12-19 22:37:23 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-22 23:34:27 +0100
commit3089d23517a0d93c645edd5129e08e8432fc3563 (patch)
tree4be596f258cc12c9d7b0490e8ab67c25dcc7785e /htl/Versions
parent917a131ab94f930ef5022f0042af95d931264b4a (diff)
downloadglibc-3089d23517a0d93c645edd5129e08e8432fc3563.tar.xz
glibc-3089d23517a0d93c645edd5129e08e8432fc3563.zip
htl: move pthread_cond_broadcast into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241219203727.669825-5-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions
index 30f7d03aeb..6348800117 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -26,6 +26,7 @@ libc {
pthread_attr_setscope;
pthread_attr_setschedparam;
pthread_attr_init;
+ pthread_cond_broadcast;
pthread_cond_destroy;
pthread_cond_init;
pthread_condattr_getclock;
@@ -96,6 +97,7 @@ libc {
__pthread_attr_setstacksize;
__pthread_attr_setstackaddr;
__pthread_attr_setstack;
+ __pthread_cond_broadcast;
__pthread_cond_destroy;
__pthread_cond_init;
__pthread_condattr_init;
@@ -138,7 +140,6 @@ libpthread {
pthread_cancel;
- pthread_cond_broadcast;
pthread_cond_signal; pthread_cond_timedwait; pthread_cond_wait;
pthread_create; pthread_detach; pthread_exit;