You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 */
|
|
|