Signals 1-32 are matching the default UNIX platform.
There are platform specific ones above 32.
From the /usr/include/sys/signal.h header:
#define SIGPWR 32 /* power fail/restart (not reset when caught) */ #ifdef _KERNEL #define SIGRTMIN 33 /* Kernel only; not exposed to userland yet */ #define SIGRTMAX 63 /* Kernel only; not exposed to userland yet */ #endif
Should keep these in alpha order