signal.h 186 B

12345678910
  1. #ifndef _UAPI_LINUX_SIGNAL_H
  2. #define _UAPI_LINUX_SIGNAL_H
  3. #include <asm/signal.h>
  4. #include <asm/siginfo.h>
  5. #define SS_ONSTACK 1
  6. #define SS_DISABLE 2
  7. #endif /* _UAPI_LINUX_SIGNAL_H */