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