Skip to content

Commit

Permalink
[libc] fix build failures due to SIGCHLD (llvm#94093)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu authored and HendrikHuebner committed Jun 2, 2024
1 parent 16e0341 commit 219c589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc/test/src/__support/threads/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ add_libc_test(
libc.src.sys.mman.mmap
libc.src.sys.mman.munmap
libc.src.stdlib.exit
libc.hdr.signal_macros
)
1 change: 1 addition & 0 deletions libc/test/src/__support/threads/linux/raw_mutex_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "hdr/signal_macros.h"
#include "include/llvm-libc-macros/linux/time-macros.h"
#include "src/__support/CPP/atomic.h"
#include "src/__support/OSUtil/syscall.h"
Expand Down

0 comments on commit 219c589

Please sign in to comment.