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 8c8f854 commit aedce4cCopy full SHA for aedce4c
libc/test/src/sys/prctl/linux/prctl_test.cpp
@@ -34,6 +34,7 @@ TEST_F(LlvmLibcSysPrctlTest, GetSetName) {
34
TEST_F(LlvmLibcSysPrctlTest, GetTHPDisable) {
35
// Manually check errno since the return value logic here is not
36
// covered in ErrnoSetterMatcher.
37
+ // Note that PR_GET_THP_DISABLE is not supported by QEMU.
38
int ret = LIBC_NAMESPACE::prctl(PR_GET_THP_DISABLE, 0, 0, 0, 0);
39
ASSERT_ERRNO_SUCCESS();
40
// PR_GET_THP_DISABLE return (as the function result) the current
0 commit comments