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