]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Move internal functions to internal header
authorSergey Bugaev <bugaevc@gmail.com>
Sat, 23 Mar 2024 17:32:42 +0000 (20:32 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 23 Mar 2024 21:43:07 +0000 (22:43 +0100)
commit7f02511e5b8879430e2b3c51601341d3c0314071
tree44c5422f79283a1f59772a800ace94e2d1f549c1
parent4a13b3ef46fc10e695630d4774af7fe4944f64ca
hurd: Move internal functions to internal header

Move _hurd_self_sigstate (), _hurd_critical_section_lock (), and
_hurd_critical_section_unlock () inline implementations (that were
already guarded by #if defined _LIBC) to the internal version of the
header.  While at it, add <tls.h> to the includes, and use
__LIBC_NO_TLS () unconditionally.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-ID: <20240323173301.151066-2-bugaevc@gmail.com>
hurd/hurd/signal.h
sysdeps/hurd/include/hurd/signal.h