summaryrefslogtreecommitdiff
path: root/arch/mips64/ksigaction.h
blob: c16e4731d84a61fca4cdeba3f5df215731334fd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <features.h>

struct k_sigaction {
	unsigned flags;
	void (*handler)(int);
	unsigned long mask[2];
	void (*restorer)();
};

hidden void __restore(), __restore_rt();