Commit d9fc789d authored by Mikio Hara's avatar Mikio Hara

runtime: make SIGSYS notifiable on FreeBSD

Update #7186

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/70490043
parent 7124ee59
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment