mirror of https://github.com/docker/cli.git
Merge pull request #3103 from djs55/ignore_sigurg_darwin
Ignore SIGURG on Unix (including Darwin)
This commit is contained in:
commit
6b4d2e83cd
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package container
|
||||
|
||||
import (
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package container
|
||||
|
||||
import (
|
|
@ -1,5 +1,3 @@
|
|||
// +build !linux
|
||||
|
||||
package container
|
||||
|
||||
import "os"
|
Loading…
Reference in New Issue