summaryrefslogtreecommitdiff
path: root/src/signal/SIGALRM.c
blob: 10f611189c3be3ba10ddb722c3b06d24b7a9a0b5 (plain)
1
2
3
4
5
6
#include <signal.h>
#define SIGALRM                                                             (11)
/*s Alarm s*/
/*
POSIX(1)
*/