diff options
Diffstat (limited to 'src/runtime/darwin/signals.h')
-rw-r--r-- | src/runtime/darwin/signals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/darwin/signals.h b/src/runtime/darwin/signals.h index c4d586049..4051dc4dc 100644 --- a/src/runtime/darwin/signals.h +++ b/src/runtime/darwin/signals.h @@ -21,7 +21,7 @@ static SigTab sigtab[] = { /* 10 */ C, "SIGBUS: bus error", /* 11 */ C, "SIGSEGV: segmentation violation", /* 12 */ C, "SIGSYS: bad system call", - /* 13 */ 0, "SIGPIPE: write to broken pipe", + /* 13 */ I, "SIGPIPE: write to broken pipe", /* 14 */ 0, "SIGALRM: alarm clock", /* 15 */ 0, "SIGTERM: termination", /* 16 */ 0, "SIGURG: urgent condition on socket", |