Skip to content

Commit 773428f

Browse files
chleroyarndb
authored andcommitted
asm-generic: Remove empty #ifdef SA_RESTORER
There was a #ifdef SA_RESTORER to guard the sa_restorer field in struct sigaction. Commit 8a1ab31 ("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>
1 parent 437b6b3 commit 773428f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/asm-generic/signal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <uapi/asm-generic/signal.h>
66

77
#ifndef __ASSEMBLY__
8-
#ifdef SA_RESTORER
9-
#endif
108

119
#include <asm/sigcontext.h>
1210
#undef __HAVE_ARCH_SIG_BITOPS

0 commit comments

Comments
 (0)