Skip to content

Commit 876b0e6

Browse files
authored
[libc] Fix signal's dependency on the proxy header sighandler_t. (#107605)
1 parent 941841b commit 876b0e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libc/hdr/types/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ add_proxy_header_library(
173173
)
174174

175175
add_proxy_header_library(
176-
__sighandler_t
176+
sighandler_t
177177
HDRS
178178
sighandler_t.h
179179
FULL_BUILD_DEPENDS

libc/src/signal/linux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ add_entrypoint_object(
126126
DEPENDS
127127
.sigaction
128128
libc.hdr.signal_macros
129+
libc.hdr.types.sighandler_t
129130
)
130131

131132
add_entrypoint_object(

0 commit comments

Comments
 (0)