SIGSKTFLT does not exist on MIPS, instead SIGEMT does.
authorpoizan42 <poizan@poizan.dk>
Wed, 18 Jul 2018 12:31:16 +0000 (14:31 +0200)
committerShengjing Zhu <zhsj@debian.org>
Sat, 22 Jun 2019 17:25:10 +0000 (18:25 +0100)
commitfca5074a9e1f8fcd58950a72ba5a7c077ffcbdf6
tree50fcb3607962e149f036694aa7e03da19b359102
parent97cbc0079effd33f1a038528d629678962aabc1f
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]