diff options
Diffstat (limited to 'libstd/errno+plan9.myr')
-rw-r--r-- | libstd/errno+plan9.myr | 6 |
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 +;; |