package
standard library
Version:
go1.18.10
Opens a new window with list of versions in this module.
Published: Jan 10, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package syscall provides the syscall primitives required for the runtime.
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
¶
Click to show internal directories.
Click to hide internal directories.