glibc/tests/Regression/bz916986-MAP_HUGETLB_support/bz916986.c
Sergey Kolosov ab4bc8a24e Extend the test coverage
Move some of the RHEL QE testcases upstream to Fedora.
2022-05-31 09:29:27 +02: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