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