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