summaryrefslogtreecommitdiff
path: root/zap/source/any/math/div0.c
diff options
context:
space:
mode:
Diffstat (limited to 'zap/source/any/math/div0.c')
-rw-r--r--zap/source/any/math/div0.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/zap/source/any/math/div0.c b/zap/source/any/math/div0.c
index 87fcfa0..07c15a4 100644
--- a/zap/source/any/math/div0.c
+++ b/zap/source/any/math/div0.c
@@ -8,15 +8,6 @@
#include <csys.h>
-#if csys_os_linux
-#include <asm/unistd.h>
-#endif
-
zap_i04 zap_priv_div0(void) {
-#if defined(zap_priv_signaldiv0)
-#if csys_os_linux
- csys_syscall(__NR_kill,csys_syscall(__NR_getpid),0x8u);
-#endif
-#endif
return (zap_i04)-0x1;
}