File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ typedef void (*sighandler_t)(int);
64
64
65
65
// CODETAG_IOR_SIGNALS
66
66
// signal.h
67
- #define SIGQUIT 3 // Terminal quit signal
68
- #define SIGKILL 9 // Kill (cannot be caught or ignored)
69
- #define SIGPIPE 13 // Write on a pipe with no one to read it
70
- #define SIGCONT 18 // Continue executing, if stopped.
71
- #define SIGTSTP 20 // Terminal stop signal
72
- #define SIGSTOP 23 // Stop executing (cannot be caught or ignored)
67
+ #define SIGQUIT 3 // Terminal quit signal
68
+ #define SIGKILL 9 // Kill (cannot be caught or ignored)
69
+ #define SIGPIPE 13 // Write on a pipe with no one to read it
70
+ #define SIGCONT 18 // Continue executing, if stopped.
71
+ #define SIGTSTP 20 // Terminal stop signal
72
+ #define SIGSTOP 23 // Stop executing (cannot be caught or ignored)
73
73
#define SIGWINCH 28 // (== SIGVTALRM)
74
74
75
75
#else
You can’t perform that action at this time.
0 commit comments