go.sys/unix: add asm hooks for solaris to runtime-resident syscall help

also: race is supported on freebsd, so fix a couple of build tags

LGTM=minux
R=rsc, minux
CC=golang-codereviews
https://golang.org/cl/124330043
This commit is contained in:
Rob Pike
2014-08-13 20:54:29 -07:00
parent 73a4d37962
commit 0c07981137
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin,race linux,race
// +build darwin,race linux,race freebsd,race
package unix