mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
asm-generic: Remove empty #ifdef SA_RESTORER
There was a #ifdef SA_RESTORER to guard the sa_restorer field
in struct sigaction.
Commit 8a1ab3155c
("UAPI: (Scripted) Disintegrate
include/asm-generic") moved that struct into
uapi/asm-generic/signal.h but the #ifdef SA_RESTORER remained.
Remove it.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
437b6b3536
commit
773428ffd8
@ -5,8 +5,6 @@
|
|||||||
#include <uapi/asm-generic/signal.h>
|
#include <uapi/asm-generic/signal.h>
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
#ifdef SA_RESTORER
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#undef __HAVE_ARCH_SIG_BITOPS
|
#undef __HAVE_ARCH_SIG_BITOPS
|
||||||
|
Loading…
Reference in New Issue
Block a user