package linux
import "github.com/opencontainers/runc/internal/linux"
Package linux provides minimal wrappers around Linux system calls, primarily to provide support for automatic EINTR-retries.
Index ¶
- func GetPtyPeer(ptyFd uintptr, unsafePeerPath string, flags int) (*os.File, error)
- func Readlinkat(dir *os.File, path string) (string, error)
Functions ¶
func GetPtyPeer ¶
GetPtyPeer is a wrapper for ioctl(TIOCGPTPEER).
func Readlinkat ¶
Readlinkat wraps unix.Readlinkat.
Source Files ¶
- Version
- v1.2.8
- Published
- Nov 5, 2025
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 33 minutes ago –
Tools for package owners.