SIGSKTFLT does not exist on MIPS, instead SIGEMT does.
authorpoizan42 <poizan@poizan.dk>
Wed, 18 Jul 2018 12:31:16 +0000 (14:31 +0200)
committerDmitry Smirnov <onlyjob@debian.org>
Tue, 8 Oct 2019 03:37:25 +0000 (04:37 +0100)
commit2113ddad45d7b0e196e97790df0d03fa15d8868c
treedd4aa994ce50df6b2032c76b1bef1ae086284166
parent0bf641c8270d0569352434d6e5e47cd8fca20d90
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]