/* * Public domain * signal.h compatibility shim */ #include_next #ifndef SIGINFO #define SIGINFO SIGUSR1 #endif