package unix
import "internal/syscall/unix"
Index ¶
- Constants
- func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error
- func GetEntropy(p []byte) 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 GetEntropy ¶
GetEntropy calls the macOS getentropy system call.
func IsNonblock ¶
func Openat ¶
func Unlinkat ¶
Source Files ¶
at_darwin.go at_sysnum_darwin.go getentropy_darwin.go nonblocking_libc.go
- Version
- v1.17.12
- Published
- Jul 12, 2022
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 8 minutes ago –
Tools for package owners.