aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-12-19 22:37:21 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-22 23:34:27 +0100
commit4ab765c6ba7c7ec02de3b5b143032494e6a553da (patch)
tree6253df8ba89fa54a7d4b9670d4bb3a140c1dc149 /sysdeps
parent8735ea79ab22cad3bd975b507fd6ca4b37094bb8 (diff)
downloadglibc-4ab765c6ba7c7ec02de3b5b143032494e6a553da.zip
glibc-4ab765c6ba7c7ec02de3b5b143032494e6a553da.tar.gz
glibc-4ab765c6ba7c7ec02de3b5b143032494e6a553da.tar.bz2
htl: move __pthread_wakeup into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241219203727.669825-3-gfleury@disroot.org>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/htl/pt-wakeup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/htl/pt-wakeup.c b/sysdeps/mach/htl/pt-wakeup.c
index c7c0c3b..2855bcb 100644
--- a/sysdeps/mach/htl/pt-wakeup.c
+++ b/sysdeps/mach/htl/pt-wakeup.c
@@ -35,3 +35,4 @@ __pthread_wakeup (struct __pthread *thread)
0, MACH_PORT_NULL);
assert_perror (err);
}
+libc_hidden_def (__pthread_wakeup)