• Russ Cox's avatar
    cmd/go: delete ETXTBSY hack that is no longer needed · 7dcf406c
    Russ Cox authored
    This hack existed because cmd/go used to install (write) and then run
    cmd/cgo in the same invocation, and writing and then running a program
    is a no-no in modern multithreaded Unix programs (see #22315).
    
    As of CL 68338, cmd/go no longer installs any programs that it then
    tries to use. It never did this for any program other than cgo, and
    CL 68338 removed that special case for cgo.
    
    Now this special case, added for #3001 long ago, can be removed too.
    
    Change-Id: I338f1f8665e9aca823e33ef7dda9d19f665e4281
    Reviewed-on: https://go-review.googlesource.com/71571
    Run-TryBot: Russ Cox <rsc@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    7dcf406c
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...