aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/include/alpha/osf/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcc/include/alpha/osf/errno.h')
-rwxr-xr-xlcc/include/alpha/osf/errno.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lcc/include/alpha/osf/errno.h b/lcc/include/alpha/osf/errno.h
new file mode 100755
index 0000000..5ab3f0f
--- /dev/null
+++ b/lcc/include/alpha/osf/errno.h
@@ -0,0 +1,8 @@
+#ifndef __ERRNO
+#define __ERRNO
+
+#define EDOM 33
+#define ERANGE 34
+extern int errno;
+
+#endif /* __ERRNO */