Merge pull request #40680 from XiaodongLoong/master
unit test on TestParseSignal failed within pkg/signal package on mips64el
This commit is contained in:
commit
af74dac989
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ var SignalMap = map[string]syscall.Signal{
|
|||
"PWR": unix.SIGPWR,
|
||||
"QUIT": unix.SIGQUIT,
|
||||
"SEGV": unix.SIGSEGV,
|
||||
"SIGEMT": unix.SIGEMT,
|
||||
"EMT": unix.SIGEMT,
|
||||
"STOP": unix.SIGSTOP,
|
||||
"SYS": unix.SIGSYS,
|
||||
"TERM": unix.SIGTERM,
|
||||
|
|
Loading…
Add table
Reference in a new issue