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