Skip to content

Commit 63fc26c

Browse files
[libc] fix build failures due to SIGCHLD (#94093)
1 parent f859048 commit 63fc26c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/test/src/__support/threads/linux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ add_libc_test(
99
libc.src.sys.mman.mmap
1010
libc.src.sys.mman.munmap
1111
libc.src.stdlib.exit
12+
libc.hdr.signal_macros
1213
)

libc/test/src/__support/threads/linux/raw_mutex_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "hdr/signal_macros.h"
910
#include "include/llvm-libc-macros/linux/time-macros.h"
1011
#include "src/__support/CPP/atomic.h"
1112
#include "src/__support/OSUtil/syscall.h"

0 commit comments

Comments
 (0)