aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-09 22:01:06 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-10 01:39:17 +0100
commit2789003489c93305ecdc9f27d583507e07886631 (patch)
tree187fe5371fc8f29a5ae6489920eeca15d90aefaa /htl
parent735c9b73d6182f2fa9b72f708bd1f651b7c2717b (diff)
downloadglibc-2789003489c93305ecdc9f27d583507e07886631.tar.xz
glibc-2789003489c93305ecdc9f27d583507e07886631.zip
htl: move pthread_barrier_init into libc.
Message-ID: <20250209200108.865599-7-gfleury@disroot.org>
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
-rw-r--r--htl/Versions4
2 files changed, 4 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile
index aa550109b6..76d65a5348 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -25,7 +25,6 @@ SYSDEPS := lockfile
LCLHDRS :=
libpthread-routines := \
- pt-barrier-init \
pt-barrier-wait \
pt-destroy-specific \
pt-init-specific \
@@ -157,6 +156,7 @@ routines := \
pt-attr-setstacksize \
pt-barrier \
pt-barrier-destroy \
+ pt-barrier-init \
pt-barrierattr-destroy \
pt-barrierattr-getpshared \
pt-barrierattr-init \
diff --git a/htl/Versions b/htl/Versions
index c464d8eb53..8ab21238e6 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -27,6 +27,7 @@ libc {
pthread_attr_setschedparam;
pthread_attr_init;
pthread_barrier_destroy;
+ pthread_barrier_init;
pthread_barrierattr_destroy;
pthread_barrierattr_getpshared;
pthread_barrierattr_init;
@@ -130,6 +131,7 @@ libc {
GLIBC_2.42 {
pthread_barrier_destroy;
+ pthread_barrier_init;
pthread_barrierattr_destroy;
pthread_barrierattr_getpshared;
pthread_barrierattr_init;
@@ -212,7 +214,7 @@ libpthread {
pthread_atfork;
- pthread_barrier_init; pthread_barrier_wait;
+ pthread_barrier_wait;
pthread_cancel;