2012-10-13 17:46:48 +08:00
|
|
|
#ifndef _UAPI_LINUX_SIGNAL_H
|
|
|
|
#define _UAPI_LINUX_SIGNAL_H
|
|
|
|
|
|
|
|
#include <asm/signal.h>
|
|
|
|
#include <asm/siginfo.h>
|
|
|
|
|
2012-11-19 04:13:17 +08:00
|
|
|
#define SS_ONSTACK 1
|
|
|
|
#define SS_DISABLE 2
|
2012-10-13 17:46:48 +08:00
|
|
|
|
|
|
|
#endif /* _UAPI_LINUX_SIGNAL_H */
|