mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix package on debugtrap_unsupported.go
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
b37abf2528
commit
1e78eec826
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// +build !linux,!darwin,!freebsd
|
||||
|
||||
package signal
|
||||
package daemon
|
||||
|
||||
func setupSigusr1Trap() {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue