Skip to content

Commit

Permalink
asm-generic: Remove empty #ifdef SA_RESTORER
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
chleroy authored and arndb committed Sep 10, 2022
1 parent 437b6b3 commit 773428f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-generic/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 773428f

Please sign in to comment.