mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Add #defines for SIGHUP and SIGQUIT.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user