const (
// ErrNoEnt is the errno ENOENT. ErrNoEnt Error = C.ENOENT// ErrSrch is the errno ESRCH. ErrSrch Error = C.ESRCH// ErrBadf is the errno EBADF. ErrBadf Error = C.EBADF// ErrPerm is the errno EPERM. ErrPerm Error = C.EPERM// ErrIntr is the errno EINTR. ErrIntr Error = C.EINTR
)