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