Index: winsup/testsuite/libltp/lib/tst_sig.c =================================================================== RCS file: /home/duda_admin/cvs-mirror/src/winsup/testsuite/libltp/lib/tst_sig.c,v retrieving revision 1.1 diff -c -2 -r1.1 tst_sig.c *** winsup/testsuite/libltp/lib/tst_sig.c 2000/09/03 03:52:30 1.1 --- winsup/testsuite/libltp/lib/tst_sig.c 2000/09/04 08:05:38 *************** *** 151,155 **** case SIGPTRESCHED: #endif /* SIGPTRESCHED */ ! break; --- 151,163 ---- case SIGPTRESCHED: #endif /* SIGPTRESCHED */ ! #ifdef __CYGWIN__ ! case SIGSEGV: ! case SIGILL: ! case SIGTRAP: ! case SIGABRT: ! case SIGEMT: ! case SIGFPE: ! case SIGBUS: ! #endif break;