[libc] Fix signal's dependency on the proxy header sighandler_t. (#107605)
This commit is contained in:
parent
941841b19d
commit
876b0e60fe
@ -173,7 +173,7 @@ add_proxy_header_library(
|
||||
)
|
||||
|
||||
add_proxy_header_library(
|
||||
__sighandler_t
|
||||
sighandler_t
|
||||
HDRS
|
||||
sighandler_t.h
|
||||
FULL_BUILD_DEPENDS
|
||||
|
||||
@ -126,6 +126,7 @@ add_entrypoint_object(
|
||||
DEPENDS
|
||||
.sigaction
|
||||
libc.hdr.signal_macros
|
||||
libc.hdr.types.sighandler_t
|
||||
)
|
||||
|
||||
add_entrypoint_object(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user