Source File
syscall_linux.go
Belonging Package
runtime/internal/syscall
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package syscall provides the syscall primitives required for the runtime.
package syscall
// TODO(https://go.dev/issue/51087): This package is incomplete and currently
// only contains very minimal support for Linux.
// Syscall6 calls system call number 'num' with arguments a1-6.
func (, , , , , , uintptr) (, , uintptr)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)