aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-12-31 15:49:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-02 01:19:29 +0100
commit1e5b39a5e05c82eb2eef38b1982c756e2237cd90 (patch)
tree6e684b1f6d5437a10f59649ef088be39c83a8103 /htl
parentb386295727d35a83aa3d4750e198cbf8040c9a23 (diff)
downloadglibc-1e5b39a5e05c82eb2eef38b1982c756e2237cd90.tar.xz
glibc-1e5b39a5e05c82eb2eef38b1982c756e2237cd90.zip
htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.
Message-ID: <20241231134909.1166440-7-gfleury@disroot.org>
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile4
-rw-r--r--htl/Versions6
2 files changed, 6 insertions, 4 deletions
diff --git a/htl/Makefile b/htl/Makefile
index a6c51b61f0..ed2c32e2be 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -55,9 +55,7 @@ libpthread-routines := \
pt-testcancel \
pt-cancel \
pt-mutexattr-getprioceiling \
- pt-mutexattr-getpshared \
pt-mutexattr-setprioceiling \
- pt-mutexattr-setpshared \
pt-mutexattr-getrobust \
pt-mutexattr-setrobust \
pt-mutex-init \
@@ -197,9 +195,11 @@ routines := \
pt-mutex-checklocked \
pt-mutexattr-destroy \
pt-mutexattr-getprotocol \
+ pt-mutexattr-getpshared \
pt-mutexattr-gettype \
pt-mutexattr-init \
pt-mutexattr-setprotocol \
+ pt-mutexattr-setpshared \
pt-mutexattr-settype \
pt-nthreads \
pt-pthread_self \
diff --git a/htl/Versions b/htl/Versions
index ca52bd11d6..cb308820e3 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -40,9 +40,11 @@ libc {
pthread_condattr_setpshared;
pthread_mutexattr_destroy;
pthread_mutexattr_getprotocol;
+ pthread_mutexattr_getpshared;
pthread_mutexattr_gettype;
pthread_mutexattr_init;
pthread_mutexattr_setprotocol;
+ pthread_mutexattr_setpshared;
pthread_mutexattr_settype;
pthread_sigmask;
}
@@ -90,8 +92,10 @@ libc {
pthread_condattr_setclock;
pthread_condattr_setpshared;
pthread_mutexattr_getprotocol;
+ pthread_mutexattr_getpshared;
pthread_mutexattr_gettype;
pthread_mutexattr_setprotocol;
+ pthread_mutexattr_setpshared;
pthread_mutexattr_settype;
pthread_sigmask;
}
@@ -188,9 +192,7 @@ libpthread {
pthread_mutex_trylock; pthread_mutex_unlock;
pthread_mutexattr_getprioceiling;
- pthread_mutexattr_getpshared;
pthread_mutexattr_setprioceiling;
- pthread_mutexattr_setpshared;
pthread_once;