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

Commit 704e3830 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Drop struct sigaction from not exported header file



This header file isn't exported to userspace, so there is no benefit in
defining struct sigaction for userspace here.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent f5749432
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -21,14 +21,6 @@ typedef struct {
	unsigned long sig[_NSIG_WORDS];
} sigset_t;

#ifndef __KERNEL__
struct sigaction {
	__sighandler_t sa_handler;
	unsigned long sa_flags;
	sigset_t sa_mask;		/* mask last for extensibility */
};
#endif

#include <asm/sigcontext.h>

#endif /* !__ASSEMBLY */