mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
unify SS_ONSTACK/SS_DISABLE definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
1ca97bb541
commit
031b656698
18 changed files with 2 additions and 103 deletions
|
@ -4,5 +4,7 @@
|
|||
#include <asm/signal.h>
|
||||
#include <asm/siginfo.h>
|
||||
|
||||
#define SS_ONSTACK 1
|
||||
#define SS_DISABLE 2
|
||||
|
||||
#endif /* _UAPI_LINUX_SIGNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue