root/cserver/wsignals.h

Revision 1203, 248 bytes (checked in by efphe, 1 year ago)

moving code from fenilot.org

Line 
1 #ifndef WSIGNAL_H
2 #define WSIGNAL_H
3
4 #include <signal.h>
5
6
7 void w_sigemptyset(sigset_t *s);
8 void w_sigaddset(sigset_t *s, int signum);
9 void w_sigdelset(sigset_t *s, int signum);
10 void w_sigaction(int signum, sigset_t *block, void (*f)(int));
11 #endif
Note: See TracBrowser for help on using the browser.