aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-09 22:01:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-10 01:39:17 +0100
commitccf19a68ab067c81a3d24d9b5d1743ca2cf79184 (patch)
treed1af05278b75a322e407f1593d81578081d7e937 /htl/Versions
parentca2a95ee677867168bd9b5542a70255b47c12849 (diff)
downloadglibc-ccf19a68ab067c81a3d24d9b5d1743ca2cf79184.tar.xz
glibc-ccf19a68ab067c81a3d24d9b5d1743ca2cf79184.zip
htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc.
Message-ID: <20250209200108.865599-5-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions6
1 files changed, 4 insertions, 2 deletions
diff --git a/htl/Versions b/htl/Versions
index ccd2a6180b..cf8f86d764 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -27,7 +27,9 @@ libc {
pthread_attr_setschedparam;
pthread_attr_init;
pthread_barrierattr_destroy;
+ pthread_barrierattr_getpshared;
pthread_barrierattr_init;
+ pthread_barrierattr_setpshared;
pthread_cond_broadcast;
pthread_cond_destroy;
pthread_cond_init;
@@ -127,7 +129,9 @@ libc {
GLIBC_2.42 {
pthread_barrierattr_destroy;
+ pthread_barrierattr_getpshared;
pthread_barrierattr_init;
+ pthread_barrierattr_setpshared;
pthread_mutex_consistent; pthread_mutex_consistent_np;
pthread_mutex_getprioceiling;
pthread_mutex_setprioceiling;
@@ -207,8 +211,6 @@ libpthread {
pthread_atfork;
pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait;
- pthread_barrierattr_getpshared;
- pthread_barrierattr_setpshared;
pthread_cancel;