Collin Funk <[email protected]> writes: >>> Should we #ifdef any of the signals not specified by ISO C? That is >>> SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, and SIGTERM. >> >> I don't think that is needed. We can add ifdefs if we every hit a build >> issue. > > Windows only supports the ISO C signals, but we can't build there > anyways. I'll check the build on Cygwin later, since I am not sure how > many they emulate.
Cool, Cygwin builds fine. We can leave things as-is. Collin
