系统信号-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 */

posted @ 2018-08-01 15:33  zzfx  阅读(143)  评论(0编辑  收藏  举报