Skip to content

Commit

Permalink
parisc: Remove SA_RESTORER define
Browse files Browse the repository at this point in the history
commit 20dbea4 upstream.

The sa_restorer field in struct sigaction is obsolete and no longer in
the parisc implementation.  However, the core code assumes the field is
present if SA_RESTORER is defined. So, the define needs to be removed.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
  • Loading branch information
John David Anglin authored and Jiri Slaby committed Jul 30, 2014
1 parent 1e6be3d commit ad8f50f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/parisc/include/uapi/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
#define SA_NOMASK SA_NODEFER
#define SA_ONESHOT SA_RESETHAND

#define SA_RESTORER 0x04000000 /* obsolete -- ignored */

#define MINSIGSTKSZ 2048
#define SIGSTKSZ 8192

Expand Down

0 comments on commit ad8f50f

Please sign in to comment.