diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-19 22:37:26 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-22 23:34:28 +0100 |
| commit | ba8522542fc2f1fa0a928432be91b9456ad745da (patch) | |
| tree | 2d3f89017440733973acd0ade3e576bff47feeca /htl/Versions | |
| parent | a369d567d206d04a7c56b388b829424046309b95 (diff) | |
| download | glibc-ba8522542fc2f1fa0a928432be91b9456ad745da.tar.xz glibc-ba8522542fc2f1fa0a928432be91b9456ad745da.zip | |
htl: move __pthread_mutex_checklocked into libc.
move out __getpid from pt-mutex.h
and in pt-mutex-* include <unistd.h> where
__getpid was called
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20241219203727.669825-8-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
| -rw-r--r-- | htl/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions index 3fa6b936a2..95cf7fe4c2 100644 --- a/htl/Versions +++ b/htl/Versions @@ -106,6 +106,7 @@ libc { __pthread_cond_signal; __pthread_condattr_init; __pthread_default_condattr; + __pthread_mutex_checklocked; __pthread_sigstate; __pthread_sigstate_destroy; __pthread_sigmask; |
