summaryrefslogtreecommitdiff
path: root/libstd/errno+plan9.myr
diff options
context:
space:
mode:
Diffstat (limited to 'libstd/errno+plan9.myr')
-rw-r--r--libstd/errno+plan9.myr6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstd/errno+plan9.myr b/libstd/errno+plan9.myr
new file mode 100644
index 0000000..c911349
--- /dev/null
+++ b/libstd/errno+plan9.myr
@@ -0,0 +1,6 @@
+pkg std =
+ type errno = int
+ const Erange : errno = 1
+ const Emisc : errno = 2
+ const Eexist : errno = 3
+;;