diff options
Diffstat (limited to 'code/tools/lcc/include/mips/irix/errno.h')
-rw-r--r-- | code/tools/lcc/include/mips/irix/errno.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code/tools/lcc/include/mips/irix/errno.h b/code/tools/lcc/include/mips/irix/errno.h new file mode 100644 index 0000000..c914e05 --- /dev/null +++ b/code/tools/lcc/include/mips/irix/errno.h @@ -0,0 +1,8 @@ +#ifndef __ERRNO +#define __ERRNO + +#define EDOM 33 +#define ERANGE 34 +extern int errno; + +#endif /* __ERRNO */ |