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