package unix

Import Path
	internal/syscall/unix (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package


Package-Level Functions (total 8, in which 4 are exported)
func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error
func IsNonblock(fd int) (nonblocking bool, err error)
func Openat(dirfd int, path string, flags int, perm uint32) (int, error)
func Unlinkat(dirfd int, path string, flags int) error
Package-Level Constants (total 2, both are exported)
const AT_REMOVEDIR = 128