package syscall
import "runtime/internal/syscall"
Package syscall provides the syscall primitives required for the runtime.
Index ¶
Constants ¶
const SYS_FCNTL = 72
Functions ¶
func Syscall6 ¶
Syscall6 calls system call number 'num' with arguments a1-6.
Source Files ¶
defs_linux_amd64.go syscall_linux.go
- Version
- v1.19.10
- Published
- Jun 1, 2023
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 6 seconds ago –
Tools for package owners.