asm-generic: Remove empty #ifdef SA_RESTORER
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 8 Sep 2022 09:12:24 +0000 (11:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 10 Sep 2022 07:56:53 +0000 (09:56 +0200)
There was a #ifdef SA_RESTORER to guard the sa_restorer field
in struct sigaction.

Commit 8a1ab3155c2a ("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>
include/asm-generic/signal.h

index c53984fa97614db5aea70411110e9e5573ea4d03..663dd6d0795dcac3a4ffae366c1de24b8f218d48 100644 (file)
@@ -5,8 +5,6 @@
 #include <uapi/asm-generic/signal.h>
 
 #ifndef __ASSEMBLY__
-#ifdef SA_RESTORER
-#endif
 
 #include <asm/sigcontext.h>
 #undef __HAVE_ARCH_SIG_BITOPS