Windows: psignal alias not required
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 59d8878558f97055d8abb1fa347df437cf8f90aa Component: engine
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"syscall"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
psignal "github.com/docker/docker/pkg/signal"
|
||||
"github.com/docker/docker/pkg/signal"
|
||||
"github.com/docker/docker/pkg/system"
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@ func setupDumpStackTrap() {
|
||||
logrus.Debugf("Stackdump - waiting signal at %s", ev)
|
||||
for {
|
||||
syscall.WaitForSingleObject(h, syscall.INFINITE)
|
||||
psignal.DumpStacks()
|
||||
signal.DumpStacks()
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user