We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02c167 commit cf478bfCopy full SHA for cf478bf
libc/test/src/sys/mman/linux/process_mrelease_test.cpp
@@ -60,6 +60,8 @@ TEST(LlvmLibcProcessMReleaseTest, ErrorNotKilled) {
60
61
EXPECT_THAT(LIBC_NAMESPACE::process_mrelease(pidfd, 0), Fails(EINVAL));
62
63
+ LIBC_NAMESPACE::kill(child_pid, SIGKILL);
64
+
65
LIBC_NAMESPACE::close(pidfd);
66
}
67
0 commit comments