Skip to content

Commit

Permalink
Fix formatting in Platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-nozhkin authored and tkrasnukha committed Jan 13, 2021
1 parent 65ec0a8 commit 4f92f68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ typedef void (*sighandler_t)(int);

// CODETAG_IOR_SIGNALS
// signal.h
#define SIGQUIT 3 // Terminal quit signal
#define SIGKILL 9 // Kill (cannot be caught or ignored)
#define SIGPIPE 13 // Write on a pipe with no one to read it
#define SIGCONT 18 // Continue executing, if stopped.
#define SIGTSTP 20 // Terminal stop signal
#define SIGSTOP 23 // Stop executing (cannot be caught or ignored)
#define SIGQUIT 3 // Terminal quit signal
#define SIGKILL 9 // Kill (cannot be caught or ignored)
#define SIGPIPE 13 // Write on a pipe with no one to read it
#define SIGCONT 18 // Continue executing, if stopped.
#define SIGTSTP 20 // Terminal stop signal
#define SIGSTOP 23 // Stop executing (cannot be caught or ignored)
#define SIGWINCH 28 // (== SIGVTALRM)

#else
Expand Down

0 comments on commit 4f92f68

Please sign in to comment.