Merge pull request #3103 from djs55/ignore_sigurg_darwin

Ignore SIGURG on Unix (including Darwin)
This commit is contained in:
Sebastiaan van Stijn
2021-05-25 12:29:14 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package container
import (

View File

@ -1,3 +1,5 @@
// +build !windows
package container
import (

View File

@ -1,5 +1,3 @@
// +build !linux
package container
import "os"