mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
On Windows, the Go runtime will only ever notify os.Interrupt or syscall.SIGINT. Using windows.SIGINT, even if it wraps the same integer value as syscall.SIGINT, will have no effect. Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>