mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Equivalent offff164c22e
andcedaf44ea2
In go1.14+, SIGURG is used by the runtime to handle preemtable system calls. In practice this signal is caught *frequently*. For reference: https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md golang/go#37942 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>