Holds value of ERANGE and EDOM for assembly routine's error reporting.

This commit is contained in:
jtc 1993-10-29 22:22:31 +00:00
parent a74a4778b9
commit 4899342fb1
1 changed files with 3 additions and 0 deletions

3
lib/libm/i387/errno.h Normal file
View File

@ -0,0 +1,3 @@
#define EDOM $33
#define ERANGE $34