SIGSKTFLT does not exist on MIPS, instead SIGEMT does.
authorpoizan42 <poizan@poizan.dk>
Wed, 18 Jul 2018 12:31:16 +0000 (14:31 +0200)
committerFelix Geyer <fgeyer@debian.org>
Tue, 3 Sep 2019 17:59:35 +0000 (18:59 +0100)
commit0a835fd935fc6a83ab602697041a58a725ee1c46
treee66546342c4503a608a62de0f08f64bebc55f01c
parentfb9224ae0f6e3c1c426e8960c1d006768862fa60
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]