Colin Watson wrote: > > The set of signals that are supported everywhere is very small, namely: > > SIGINT > > SIGILL > > SIGFPE > > SIGSEGV > > SIGTERM > > SIGABRT > > I should have looked at C99 before asking.
That's one half of the research. The other half was to look at what the systems actually provide, looking at the headers of mingw and some weird Unix platform, say AIX. Bruno