Skip to content

Commit bc39184

Browse files
committed
Change WASI test to use SIGCHLD
1 parent 7691c22 commit bc39184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/other/test_standalone_syscalls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ int main() {
4040
// This doesn't do anything because we have not handler registered, but it
4141
// verifies that `raise` can be included in the build without any non-standard
4242
// imports being generated.
43-
raise(SIGUSR1);
43+
raise(SIGCHLD);
4444
return 0;
4545
}

0 commit comments

Comments
 (0)