SIGSKTFLT does not exist on MIPS, instead SIGEMT does.
authorpoizan42 <poizan@poizan.dk>
Wed, 18 Jul 2018 12:31:16 +0000 (14:31 +0200)
committerArnaud Rebillout <arnaud.rebillout@collabora.com>
Mon, 13 May 2019 02:34:45 +0000 (03:34 +0100)
commit443b31c70e46ca1f611e4f265041c04bb64f6290
tree5a4527cbae232e27a46699d8d3909e262952cf2f
parent274a835bb6660a575f1f5e738a4cc6b34e39de0d
SIGSKTFLT does not exist on MIPS, instead SIGEMT does.

SIGRTMAX is also 127 on MIPS.

This patch is merged upstream on master, please drop it when necessary.

Signed-off-by: Kasper Fabæch Brandt <poizan@poizan.dk>
Origin: upstream, https://github.com/moby/moby/pull/37491

Gbp-Pq: Name mips-add-specific-signal-file.patch
engine/pkg/signal/signal_linux.go
engine/pkg/signal/signal_linux_mipsx.go [new file with mode: 0644]