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