Stop using unix.SIGUNUSED which has been removed from golang.org/x/sys
Bug-Debian: https://bugs.debian.org/889704 Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
This commit is contained in:
parent
ad0f525506
commit
d18a45f65a
|
@ -37,7 +37,6 @@ var signalMap = map[string]syscall.Signal{
|
||||||
"TSTP": unix.SIGTSTP,
|
"TSTP": unix.SIGTSTP,
|
||||||
"TTIN": unix.SIGTTIN,
|
"TTIN": unix.SIGTTIN,
|
||||||
"TTOU": unix.SIGTTOU,
|
"TTOU": unix.SIGTTOU,
|
||||||
"UNUSED": unix.SIGUNUSED,
|
|
||||||
"URG": unix.SIGURG,
|
"URG": unix.SIGURG,
|
||||||
"USR1": unix.SIGUSR1,
|
"USR1": unix.SIGUSR1,
|
||||||
"USR2": unix.SIGUSR2,
|
"USR2": unix.SIGUSR2,
|
||||||
|
|
Loading…
Reference in New Issue