[libc] Fix signal's dependency on the proxy header sighandler_t. (#107605)

This commit is contained in:
lntue 2024-09-06 16:23:53 -04:00 committed by GitHub
parent 941841b19d
commit 876b0e60fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,7 @@ add_proxy_header_library(
)
add_proxy_header_library(
__sighandler_t
sighandler_t
HDRS
sighandler_t.h
FULL_BUILD_DEPENDS

View File

@ -126,6 +126,7 @@ add_entrypoint_object(
DEPENDS
.sigaction
libc.hdr.signal_macros
libc.hdr.types.sighandler_t
)
add_entrypoint_object(