mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-11 21:06:10 +08:00
11 lines
186 B
C
11 lines
186 B
C
#ifndef _UAPI_LINUX_SIGNAL_H
|
|
#define _UAPI_LINUX_SIGNAL_H
|
|
|
|
#include <asm/signal.h>
|
|
#include <asm/siginfo.h>
|
|
|
|
#define SS_ONSTACK 1
|
|
#define SS_DISABLE 2
|
|
|
|
#endif /* _UAPI_LINUX_SIGNAL_H */
|