1 // SPDX-License-Identifier: GPL-2.0-only 2 #include <sys/mman.h> 3 #include <mmap_test.h> 4 5 #include "../../kselftest_harness.h" 6 7 TEST(infinite_rlimit) 8 { 9 EXPECT_EQ(BOTTOM_UP, memory_layout()); 10 } 11 12 TEST_HARNESS_MAIN 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.