]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, syscall: use go:norace comment for forkAndExecInChild
authorIan Lance Taylor <iant@golang.org>
Tue, 20 Oct 2015 00:01:37 +0000 (17:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 20 Oct 2015 14:10:24 +0000 (14:10 +0000)
commit77b1fef27e736764395633413fc13c14d8fed712
tree50b611d70e399b2788e91e1720141eb51d415588
parent3bc0601742a68d5f73312fe13fe521f8b7fd7e1e
cmd/compile, syscall: use go:norace comment for forkAndExecInChild

Use a go:norace comment rather than having the compiler know the special
name syscall.forkAndExecInChild.

Change-Id: I69bc6aa6fc40feb2148d23f269ff32453696fb28
Reviewed-on: https://go-review.googlesource.com/16097
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/compile/internal/gc/racewalk.go
src/syscall/exec_bsd.go
src/syscall/exec_linux.go
src/syscall/exec_plan9.go
src/syscall/exec_solaris.go