signal.h 171 B

12345678910
  1. #ifndef _LINUX_SIGNAL_H
  2. #define _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 /* _LINUX_SIGNAL_H */