aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-12-31 15:49:03 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-01 23:46:19 +0100
commitbeabc5dff50230dfc9b5cda9448559952fdc470a (patch)
tree4748267ff87657c5ce301f76300360a04bf458ab /htl/Versions
parent826b1bbccab9f7f82c9541fc6d8fca00ba8a91bf (diff)
downloadglibc-beabc5dff50230dfc9b5cda9448559952fdc470a.zip
glibc-beabc5dff50230dfc9b5cda9448559952fdc470a.tar.gz
glibc-beabc5dff50230dfc9b5cda9448559952fdc470a.tar.bz2
htl: move pthread_mutexattr_destroy into libc.
Message-ID: <20241231134909.1166440-3-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 ae0e794..d3ee842 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -38,6 +38,7 @@ libc {
pthread_condattr_getpshared;
pthread_condattr_setclock;
pthread_condattr_setpshared;
+ pthread_mutexattr_destroy;
pthread_mutexattr_init;
pthread_sigmask;
}
@@ -115,6 +116,7 @@ libc {
__pthread_condattr_init;
__pthread_default_condattr;
__pthread_mutex_checklocked;
+ __pthread_mutexattr_destroy;
__pthread_mutexattr_init;
__pthread_sigstate;
__pthread_sigstate_destroy;
@@ -176,7 +178,7 @@ libpthread {
pthread_mutex_timedlock; pthread_mutex_transfer_np;
pthread_mutex_trylock; pthread_mutex_unlock;
- pthread_mutexattr_destroy; pthread_mutexattr_getprioceiling;
+ pthread_mutexattr_getprioceiling;
pthread_mutexattr_getprotocol; pthread_mutexattr_getpshared;
pthread_mutexattr_gettype;
pthread_mutexattr_setprioceiling; pthread_mutexattr_setprotocol;