Lines Matching refs:__BIONIC_SIGDEF
34 #ifndef __BIONIC_SIGDEF
35 #error __BIONIC_SIGDEF not defined
38 __BIONIC_SIGDEF(HUP,1,"Hangup")
39 __BIONIC_SIGDEF(INT,2,"Interrupt")
40 __BIONIC_SIGDEF(QUIT,3,"Quit")
41 __BIONIC_SIGDEF(ILL,4,"Illegal instruction")
42 __BIONIC_SIGDEF(TRAP,5,"Trap")
43 __BIONIC_SIGDEF(ABRT,6,"Aborted")
44 __BIONIC_SIGDEF(BUS,7,"Bus error")
45 __BIONIC_SIGDEF(FPE,8,"Floating point exception")
46 __BIONIC_SIGDEF(KILL,9,"Killed")
47 __BIONIC_SIGDEF(USR1,10,"User signal 1")
48 __BIONIC_SIGDEF(SEGV,11,"Segmentation fault")
49 __BIONIC_SIGDEF(USR2,12,"User signal 2")
50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
51 __BIONIC_SIGDEF(ALRM,14,"Alarm clock")
52 __BIONIC_SIGDEF(TERM,15,"Terminated")
53 __BIONIC_SIGDEF(STKFLT,16,"Stack fault")
54 __BIONIC_SIGDEF(CHLD,17,"Child exited")
55 __BIONIC_SIGDEF(CONT,18,"Continue")
56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
57 __BIONIC_SIGDEF(TSTP,20,"Stopped")
58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
60 __BIONIC_SIGDEF(URG,23,"Urgent I/O condition")
61 __BIONIC_SIGDEF(XCPU,24,"CPU time limit exceeded")
62 __BIONIC_SIGDEF(XFSZ,25,"File size limit exceeded")
63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
65 __BIONIC_SIGDEF(WINCH,28,"Window size changed")
66 __BIONIC_SIGDEF(IO,29,"I/O possible")
67 __BIONIC_SIGDEF(PWR,30,"Power failure")
68 __BIONIC_SIGDEF(SYS,31,"Bad system call")
70 #undef __BIONIC_SIGDEF