Home | History | Annotate | Download | only in vki

Lines Matching full:ansi

118 #define VKI_SIGINT		 2	/* Interrupt (ANSI).  */
120 #define VKI_SIGILL 4 /* Illegal instruction (ANSI). */
123 #define VKI_SIGABRT VKI_SIGIOT /* Abort (ANSI). */
125 #define VKI_SIGFPE 8 /* Floating-point exception (ANSI). */
128 #define VKI_SIGSEGV 11 /* Segmentation violation (ANSI). */
132 #define VKI_SIGTERM 15 /* Termination (ANSI). */