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