aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-01 23:51:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-02 00:51:17 +0100
commit3cd1cf5fe07b9edba5bcf7ae004c79aea9c488dd (patch)
treeaac0137c87fdc1a2266c1ebdabb21d951a27d484 /htl/Versions
parent15686aa188d280de3c271b4b1b115aa35c1e6851 (diff)
downloadglibc-3cd1cf5fe07b9edba5bcf7ae004c79aea9c488dd.tar.xz
glibc-3cd1cf5fe07b9edba5bcf7ae004c79aea9c488dd.zip
htl: move pthread_mutexattr_setprotocol into libc.
Message-ID: <20241231134909.1166440-5-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions4
1 files changed, 3 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions
index 61c3b9ac97..c356590e72 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -41,6 +41,7 @@ libc {
pthread_mutexattr_destroy;
pthread_mutexattr_getprotocol;
pthread_mutexattr_init;
+ pthread_mutexattr_setprotocol;
pthread_sigmask;
}
@@ -87,6 +88,7 @@ libc {
pthread_condattr_setclock;
pthread_condattr_setpshared;
pthread_mutexattr_getprotocol;
+ pthread_mutexattr_setprotocol;
pthread_sigmask;
}
@@ -183,7 +185,7 @@ libpthread {
pthread_mutexattr_getprioceiling;
pthread_mutexattr_getpshared;
pthread_mutexattr_gettype;
- pthread_mutexattr_setprioceiling; pthread_mutexattr_setprotocol;
+ pthread_mutexattr_setprioceiling;
pthread_mutexattr_setpshared; pthread_mutexattr_settype;
pthread_once;