blob: b527c3e6d8ef7866d9938845e4c74dbb5fa55add [file] [log] [blame]
/*
Test that the SEGV_MAPERR macro is defined.
*/
#include <signal.h>
#ifndef SEGV_MAPERR
#error SEGV_MAPERR not defined
#endif