test/test.c New file @@ -0,0 +1,10 @@ #include "usg_common.h" static void sig_quit(int); #define SIGCLOSE1 (SIGRTMIN +1) int main(void) { printf("%d, %d , %d\n", SIGRTMIN, SIGRTMAX, SIGCLOSE1); /* SIGQUIT here will terminate with core file */ }