glibc/SOURCES/tests/Regression/bz916986-MAP_HUGETLB_support/bz916986.c
2024-07-15 12:53:08 +03:00

8 lines
148 B
C

#include <sys/mman.h>
#ifndef MAP_HUGETLB
#error MAP_HUGETLB should be defined.
#endif
#ifndef MAP_STACK
#error MAP_STACK should be defined.
#endif