Commit 773428ff authored by Christophe Leroy's avatar Christophe Leroy Committed by Arnd Bergmann

asm-generic: Remove empty #ifdef SA_RESTORER

There was a #ifdef SA_RESTORER to guard the sa_restorer field
in struct sigaction.

Commit 8a1ab315 ("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: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 437b6b35
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment