From 4899342fb18a81e3ff74010957f1e843dc092547 Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 29 Oct 1993 22:22:31 +0000 Subject: [PATCH] Holds value of ERANGE and EDOM for assembly routine's error reporting. --- lib/libm/i387/errno.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/libm/i387/errno.h diff --git a/lib/libm/i387/errno.h b/lib/libm/i387/errno.h new file mode 100644 index 000000000000..0a4a07beae27 --- /dev/null +++ b/lib/libm/i387/errno.h @@ -0,0 +1,3 @@ +#define EDOM $33 +#define ERANGE $34 +