Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 205d84aa authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user

parent dd02f06a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -45,12 +45,6 @@ struct sigframe {

#endif	/* !ICACHE_REFILLS_WORKAROUND_WAR */

/*
 * handle hardware context
 */
extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);

/*
 * Determine which stack to use..
 */
+4 −0
Original line number Diff line number Diff line
@@ -49,6 +49,10 @@

#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))

extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);


/* IRIX compatible stack_t  */
typedef struct sigaltstack32 {
	s32 ss_sp;