package syscall

import "runtime/internal/syscall"

Package syscall provides the syscall primitives required for the runtime.

Index

Functions

func Syscall6

func Syscall6(num, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, errno uintptr)

Syscall6 calls system call number 'num' with arguments a1-6.

Source Files

syscall_linux.go

Version
v1.18.4
Published
Jul 12, 2022
Platform
linux/amd64
Last checked
1 second ago

Tools for package owners.