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