Skip to content

Commit

Permalink
Stop using unix.SIGUNUSED which has been removed from golang.org/x/sys
Browse files Browse the repository at this point in the history
Bug-Debian: https://bugs.debian.org/889704

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
  • Loading branch information
onlyjob committed Jun 17, 2018
1 parent ad0f525 commit d18a45f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signalmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d18a45f

Please sign in to comment.