Skip to content

Commit 6b4d2e8

Browse files
authored
Merge pull request #3103 from djs55/ignore_sigurg_darwin
Ignore SIGURG on Unix (including Darwin)
2 parents e26409e + cedaf44 commit 6b4d2e8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows
2+
13
package container
24

35
import (

cli/command/container/signals_linux_test.go renamed to cli/command/container/signals_unix_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows
2+
13
package container
24

35
import (
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build !linux
2-
31
package container
42

53
import "os"

0 commit comments

Comments
 (0)