]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Define sigset_t in parisc uapi header
authorHelge Deller <deller@kernel.org>
Sat, 27 Apr 2024 17:43:51 +0000 (19:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:41:41 +0000 (13:41 +0200)
commitff19ea00a50f958826624d9ac9dc332d162b5bfe
tree7beba343ab00f66d87ae1cad69ef68c5da5f8a33
parentbca17801fb9506347cfcd0b69df110736ad4ff85
parisc: Define sigset_t in parisc uapi header

commit 487fa28fa8b60417642ac58e8beda6e2509d18f9 upstream.

The util-linux debian package fails to build on parisc, because
sigset_t isn't defined in asm/signal.h when included from userspace.
Move the sigset_t type from internal header to the uapi header to fix the
build.

Link: https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=hppa&ver=2.40-7&stamp=1714163443&raw=0
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/include/asm/signal.h
arch/parisc/include/uapi/asm/signal.h