summaryrefslogtreecommitdiff
path: root/other/b-scan/tmp/include/bscan/signal.h
blob: fab56f6d2431e08b0f5b2c20343b3e82fdcb1942 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * this space for rent....
 */

typedef void (*sighandler_t) (int);

#define SIG_SETALL	0x01


int sigctl (int, sighandler_t);