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
commit 6b4d2e83cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"