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