[PATCH] 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>
Sun, 14 Jun 2020 20:12:29 +0000 (21:12 +0100)
commitc3646de2669e2328be5675bbffe5215820d3694f
tree287a1ad6b14d1d4ee5ad790167a5c1bebfad79f2
parentcb36d5e0cd5dc589ffad6355b711e75ac8f13e46
[PATCH] 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]