Source File
race0.go
Belonging Package
golang.org/x/sys/unix
// Copyright 2012 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.
//go:build aix || (darwin && !race) || (linux && !race) || (freebsd && !race) || netbsd || openbsd || solaris || dragonfly || zos
// +build aix darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonfly zos
package unix
import (
)
const raceenabled = false
func ( unsafe.Pointer) {
}
func ( unsafe.Pointer) {
}
func ( unsafe.Pointer, int) {
}
func ( unsafe.Pointer, int) {
}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)