ref: ad3da8e78225fcd945766edbb9bc97a24083b8e1 dir: /libstd/errno+plan9.myr/
pkg std = type errno = int const Erange : errno = 1 const Emisc : errno = 2 const Eexist : errno = 3 ;;