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.// +build aix darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonflypackage uniximport ()const raceenabled = falsefunc ( unsafe.Pointer) {}func ( unsafe.Pointer) {}func ( unsafe.Pointer, int) {}func ( unsafe.Pointer, int) {}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)