mirror of
https://github.com/moby/moby.git
synced 2026-07-03 21:28:46 +00:00
pidfile.New() was opening a file in /proc to determine if the owning process still exists. Use syscall.OpenProcess() on Windows instead. Other OSes may also need to be updated here. Signed-off-by: John Starks <jostarks@microsoft.com>