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 || zospackage uniximport ()const raceenabled = falsefunc ( unsafe.Pointer) {}func ( unsafe.Pointer) {}func ( unsafe.Pointer, int) {}func ( unsafe.Pointer, int) {}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)