diff options
| author | gfleury <gfleury@disroot.org> | 2025-01-03 12:37:46 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-29 02:32:36 +0100 |
| commit | 2ebc2d8e24976ae9779d1d78ba8a1ed9b7b1ded7 (patch) | |
| tree | cc7c81930705da35c289bcf9e8dab504e034918f /htl/Makefile | |
| parent | e892a930736ba8f3c19a47dc0f46fec87da38313 (diff) | |
| download | glibc-2ebc2d8e24976ae9779d1d78ba8a1ed9b7b1ded7.tar.xz glibc-2ebc2d8e24976ae9779d1d78ba8a1ed9b7b1ded7.zip | |
htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}
I haven't exposed _pthread_mutex_lock, _pthread_mutex_trylock and
_pthread_mutex_unlock in GLIBC_PRIVATE since there aren't used in any
code in libpthread
Message-ID: <20250103103750.870897-3-gfleury@disroot.org>
Diffstat (limited to 'htl/Makefile')
| -rw-r--r-- | htl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htl/Makefile b/htl/Makefile index f381499ff7..0d3e78dee5 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -55,10 +55,6 @@ libpthread-routines := \ pt-testcancel \ pt-cancel \ pt-mutex-destroy \ - pt-mutex-lock \ - pt-mutex-trylock \ - pt-mutex-timedlock \ - pt-mutex-unlock \ pt-mutex-transfer-np \ pt-mutex-getprioceiling \ pt-mutex-setprioceiling \ @@ -189,6 +185,10 @@ routines := \ pt-getschedparam \ pt-mutex-checklocked \ pt-mutex-init \ + pt-mutex-lock \ + pt-mutex-timedlock \ + pt-mutex-trylock \ + pt-mutex-unlock \ pt-mutexattr-destroy \ pt-mutexattr-getprioceiling \ pt-mutexattr-getprotocol \ |
