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