package linux
import "github.com/opencontainers/runc/internal/linux"
Index ¶
- func Dup3(oldfd, newfd, flags int) error
- func Exec(cmd string, args []string, env []string) error
- func Getwd() (wd string, err error)
- func Open(path string, mode int, perm uint32) (fd int, err error)
- func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err error)
- func Recvfrom(fd int, p []byte, flags int) (n int, from unix.Sockaddr, err error)
- func Sendmsg(fd int, p, oob []byte, to unix.Sockaddr, flags int) error
- func SetMempolicy(mode uint, mask *unix.CPUSet) error
Functions ¶
func Dup3 ¶
Dup3 wraps unix.Dup3.
func Exec ¶
Exec wraps unix.Exec.
func Getwd ¶
Getwd wraps unix.Getwd.
func Open ¶
Open wraps unix.Open.
func Openat ¶
Openat wraps unix.Openat.
func Recvfrom ¶
Recvfrom wraps unix.Recvfrom.
func Sendmsg ¶
Sendmsg wraps unix.Sendmsg.
func SetMempolicy ¶
SetMempolicy wraps set_mempolicy.
Source Files ¶
- Version
- v1.4.0-rc.2
- Published
- Oct 9, 2025
- Platform
- darwin/amd64
- Imports
- 4 packages
- Last checked
- 33 minutes ago –
Tools for package owners.