runtime: rename close to closefd

Avoids shadowing the builtin channel close function.

Change-Id: I7a729b0937c8248fe27222be61318a88db995eee
Reviewed-on: https://go-review.googlesource.com/8898
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
David Crawshaw 2015-04-13 19:37:04 -04:00
parent 2f98bac310
commit cea272de30
37 changed files with 42 additions and 42 deletions

View file

@ -119,7 +119,7 @@ var Maxstring = &maxstring
type Uintreg uintreg
var Open = open
var Close = close
var Close = closefd
var Read = read
var Write = write