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