summaryrefslogtreecommitdiff
path: root/arch/mipsn32/ksigaction.h
blob: b565f1fc93e70727a788bdbace109eb496429865 (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[4];
	void (*restorer)();
};

hidden void __restore(), __restore_rt();