ref: 2eb49033b0989d5df59b9f5d31551782fea7ec94
dir: /libc/include/amd64-sysv/signal.h/
/* See LICENSE file for copyright and license details. */ #ifndef _SIGNAL_H #define _SIGNAL_H void ( *signal(int signum, void (*handler)(int)) ) (int); int raise(int sig); #endif