]> Cypherpunks repositories - gostls13.git/commit
os: set TMPDIR on darwin/arm
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 2 Mar 2015 15:43:39 +0000 (10:43 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 2 Mar 2015 18:46:11 +0000 (18:46 +0000)
commitbfb8ad51d5151c34bd9d4101d0058fcc9eee7fe7
treed27c476a6c8642f909b10ad6cfbdc467bd848daa
parent79f727a70e66fd0beabad36a9b1c7d0e0897a6a4
os: set TMPDIR on darwin/arm

This is a roll forward of 2adc3bd6ef84. It occurred to me that we will
want this code on both darwin/arm and darwin/arm64. Removing _arm from
the file name conveniently avoids #10032.

Change-Id: I3a96a3e7020907d9307af8f696e26ad55b2060f0
Reviewed-on: https://go-review.googlesource.com/6460
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
src/os/file_darwin.go [new file with mode: 0644]