Add #defines for SIGHUP and SIGQUIT.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2008-06-02 10:14:29 +02:00
parent 471881635c
commit 97809f013c

View File

@@ -24,6 +24,8 @@ typedef int pid_t;
#define SIGKILL 0
#define SIGCHLD 0
#define SIGPIPE 0
#define SIGHUP 0
#define SIGQUIT 0
#define SIGALRM 100
#define F_GETFD 1