fix breakage from last commit: forgot to include ksigaction.h
this file can be overridden by a same-named file in an arch dir.
This commit is contained in:
parent
fcaec912ed
commit
0b637798cd
1 changed files with 6 additions and 0 deletions
6
src/internal/ksigaction.h
Normal file
6
src/internal/ksigaction.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
struct k_sigaction {
|
||||
void (*handler)(int);
|
||||
unsigned long flags;
|
||||
void (*restorer)(void);
|
||||
long mask[2];
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue