Bochs/bochs/fpu/stubs/linux/signal.h
2001-04-10 01:04:59 +00:00

9 lines
142 B
C

#ifndef _ASMi386_SIGNAL_H
#define _ASMi386_SIGNAL_H
#define SIGILL 4
#define SIGFPE 8
#define SIGSEGV 11
#endif