diff options
Diffstat (limited to 'support/libc/signal.h')
-rw-r--r-- | support/libc/signal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/libc/signal.h b/support/libc/signal.h new file mode 100644 index 00000000..18b65399 --- /dev/null +++ b/support/libc/signal.h @@ -0,0 +1,2 @@ +#define SIGFPE 8 +#define SIGSEGV 11 |