diff options
Diffstat (limited to 'pkg/signal/signal_linux_mipsx.go')
-rw-r--r-- | pkg/signal/signal_linux_mipsx.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/signal/signal_linux_mipsx.go b/pkg/signal/signal_linux_mipsx.go index 67638e30a..45c9d5af1 100644 --- a/pkg/signal/signal_linux_mipsx.go +++ b/pkg/signal/signal_linux_mipsx.go @@ -19,6 +19,8 @@ import ( const ( sigrtmin = 34 sigrtmax = 127 + + SIGWINCH = syscall.SIGWINCH ) // signalMap is a map of Linux signals. |