Merge pull request #1825 from onlyjob/UNUSED

Stop using unix.SIGUNUSED which has been removed from golang.org/x/sys
This commit is contained in:
Daniel, Dao Quang Minh 2018-06-24 00:25:10 +01:00 committed by GitHub
commit 0154d05778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ var signalMap = map[string]syscall.Signal{
"TSTP": unix.SIGTSTP,
"TTIN": unix.SIGTTIN,
"TTOU": unix.SIGTTOU,
"UNUSED": unix.SIGUNUSED,
"URG": unix.SIGURG,
"USR1": unix.SIGUSR1,
"USR2": unix.SIGUSR2,