summaryrefslogtreecommitdiff
path: root/libc/i386fp/fperr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/i386fp/fperr.h')
-rw-r--r--libc/i386fp/fperr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/i386fp/fperr.h b/libc/i386fp/fperr.h
new file mode 100644
index 0000000..f2a2a7d
--- /dev/null
+++ b/libc/i386fp/fperr.h
@@ -0,0 +1,8 @@
+/* fperr.h */
+
+#define EFDENORMAL 1
+#define EFINFINITY 2
+#define EFNAN 3
+#define EFOVERFLOW 4
+#define EFUNDERFLOW 5
+#define EFDIVZERO 6