/* Signals.  */
#define SIGHUP 1 /* Hangup (POSIX). */
#define SIGINT 2 /* Interrupt (ANSI). */
#define SIGQUIT 3 /* Quit (POSIX). */
#define SIGILL 4 /* Illegal instruction (ANSI). */
#define SIGTRAP 5 /* Trace trap (POSIX). */
#define SIGABRT 6 /* Abort (ANSI). */
#define SIGIOT 6 /* IOT trap (4.2 BSD). */
#define SIGBUS 7 /* BUS error (4.2 BSD). */
#define SIGFPE 8 /* Floating-point exception (ANSI). */
#define SIGKILL 9 /* Kill, unblockable (POSIX). */
#define SIGUSR1 10 /* User-defined signal 1 (POSIX). */
#define SIGSEGV 11 /* Segmentation violation (ANSI). */
#define SIGUSR2 12 /* User-defined signal 2 (POSIX). */
#define SIGPIPE 13 /* Broken pipe (POSIX). */
#define SIGALRM 14 /* Alarm clock (POSIX). */
#define SIGTERM 15 /* Termination (ANSI). */
#define SIGSTKFLT 16 /* Stack fault. */
#define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
#define SIGCHLD 17 /* Child status has changed (POSIX). */
#define SIGCONT 18 /* Continue (POSIX). */
#define SIGSTOP 19 /* Stop, unblockable (POSIX). */
#define SIGTSTP 20 /* Keyboard stop (POSIX). */
#define SIGTTIN 21 /* Background read from tty (POSIX). */
#define SIGTTOU 22 /* Background write to tty (POSIX). */
#define SIGURG 23 /* Urgent condition on socket (4.2 BSD). */
#define SIGXCPU 24 /* CPU limit exceeded (4.2 BSD). */
#define SIGXFSZ 25 /* File size limit exceeded (4.2 BSD). */
#define SIGVTALRM 26 /* Virtual alarm clock (4.2 BSD). */
#define SIGPROF 27 /* Profiling alarm clock (4.2 BSD). */
#define SIGWINCH 28 /* Window size change (4.3 BSD, Sun). */
#define SIGPOLL SIGIO /* Pollable event occurred (System V). */
#define SIGIO 29 /* I/O now possible (4.2 BSD). */
#define SIGPWR 30 /* Power failure restart (System V). */
#define SIGSYS 31 /* Bad system call. */
#define SIGUNUSED 31

最新文章

  1. JAVA连接SqlServer2008R2和MySql数据库
  2. ASP.Net系列教程
  3. git的一个merge流程
  4. 1017. Queueing at Bank (25)
  5. location传值
  6. IOS 轻量级数据持久化 DataLite
  7. Oracle数据库插入数据出错:ORA-06550
  8. Spring Boot 使用maven打包成jar
  9. Oracle数据安全解决方案(1)——透明数据加密TDE
  10. Flink流处理的时间窗口
  11. MySQL数据库--思维导图
  12. 【Vue课堂】Vue.js 父子组件之间通信的十种方式
  13. MS SQL Server 建库建表
  14. 『TensorFlow』读书笔记_VGGNet
  15. 高级FTP服务器开发
  16. JavaScript中的window对象的属性和方法;JavaScript中如何选取文档元素
  17. CI框架中集成CKEditor编辑器的教程
  18. 【CF653G】Move by Prime 组合数
  19. QQ公众号?是的,你没看错!
  20. IEPNGFix 解决IE6支持PNG透明问题

热门文章

  1. SO\PR回写的数据如下
  2. 使用jQuery可能出现的错误
  3. 【英宝通Unity4.0公开课学习 】(五)47讲到75讲
  4. asp.net回发页面被刷新后悔重新执行回发事件的解决方法
  5. anaconda+theano+keras手写字符识别新版
  6. google thumbnailator
  7. postman 使用 - 连接不到接口
  8. [leetcode]113. Path Sum II路径和(返回路径)
  9. Navicat Premium 12破解补丁
  10. 从输入url到显示网页发生了什么