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