Skip to content

Commit 07b5829

Browse files
H-G-HristovZingam
andauthored
[libc++] FreeBSD CI: Adds <signal.h> to check_assertion.h (#78863)
...in attempt to fix the FreeBSD CI. I noticed that suddenly some tests in the latest PRs fail to compile on FreeBSD (`SIGILL` and `SIGTRAP` not defined). This tries to resolve the issue. Co-authored-by: Zingam <[email protected]>
1 parent aaa7de1 commit 07b5829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/support/check_assertion.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
#include <unistd.h>
2626
#include <errno.h>
27+
#include <signal.h>
2728
#include <sys/wait.h>
29+
2830
#include "test_macros.h"
2931
#include "test_allocator.h"
3032

0 commit comments

Comments
 (0)