系统信号-signal.h

#define SIGSEGV 11 /* segmentation violation */

#define SIGSYS 12 /* bad argument to system call */

#define SIGPIPE 13 /* write on a pipe with no one to read it */

#define SIGALRM 14 /* alarm clock */

原文地址:https://www.cnblogs.com/feng9exe/p/9401548.html