package unix
import "internal/syscall/unix"
Index ¶
- Constants
- 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
Constants ¶
const AT_REMOVEDIR = 0x80
const AT_SYMLINK_NOFOLLOW = 0x0020
Functions ¶
func Fstatat ¶
func IsNonblock ¶
func Openat ¶
func Unlinkat ¶
Source Files ¶
at_darwin.go at_sysnum_darwin.go nonblocking_libc.go
- Version
- v1.15.11
- Published
- Apr 1, 2021
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 2 minutes ago –
Tools for package owners.