diff options
author | gfleury <gfleury@disroot.org> | 2024-12-13 00:06:10 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-14 23:11:45 +0100 |
commit | dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f (patch) | |
tree | 8ef30e0b9b49694b212c7a5d6e5e65169e2f7eca /sysdeps | |
parent | 335ba9b6c1db7030264de7d9e38047f645326e54 (diff) | |
download | glibc-dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f.zip glibc-dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f.tar.gz glibc-dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f.tar.bz2 |
htl: move __pthread_sigstate_destroy into libc.
Message-ID: <20241212220612.782313-1-gfleury@disroot.org>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/htl/pt-sigstate-destroy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c b/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c index 3e97e9d..4d9b081 100644 --- a/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c +++ b/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c @@ -26,3 +26,4 @@ __pthread_sigstate_destroy (struct __pthread *thread) { _hurd_sigstate_delete (thread->kernel_thread); } +libc_hidden_def (__pthread_sigstate_destroy) |