Skip to content

Commit aedce4c

Browse files
committed
Add comment to the prctl test file.
1 parent 8c8f854 commit aedce4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/test/src/sys/prctl/linux/prctl_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ TEST_F(LlvmLibcSysPrctlTest, GetSetName) {
3434
TEST_F(LlvmLibcSysPrctlTest, GetTHPDisable) {
3535
// Manually check errno since the return value logic here is not
3636
// covered in ErrnoSetterMatcher.
37+
// Note that PR_GET_THP_DISABLE is not supported by QEMU.
3738
int ret = LIBC_NAMESPACE::prctl(PR_GET_THP_DISABLE, 0, 0, 0, 0);
3839
ASSERT_ERRNO_SUCCESS();
3940
// PR_GET_THP_DISABLE return (as the function result) the current

0 commit comments

Comments
 (0)