]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: make SIGSYS notifiable on FreeBSD
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 2 Mar 2014 22:08:44 +0000 (07:08 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 2 Mar 2014 22:08:44 +0000 (07:08 +0900)
Update #7186

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/70490043

src/pkg/runtime/signals_freebsd.h

index 4d27e050d089de91e83ba4b399d4254d60435716..8d45c50c3b1f1a8a7075c493e49b200bc5684227 100644 (file)
@@ -21,7 +21,7 @@ SigTab runtimeĀ·sigtab[] = {
        /* 9 */ 0, "SIGKILL: kill",
        /* 10 */        P, "SIGBUS: bus error",
        /* 11 */        P, "SIGSEGV: segmentation violation",
-       /* 12 */        T, "SIGSYS: bad system call",
+       /* 12 */        N, "SIGSYS: bad system call",
        /* 13 */        N, "SIGPIPE: write to broken pipe",
        /* 14 */        N, "SIGALRM: alarm clock",
        /* 15 */        N+K, "SIGTERM: termination",