mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
2f98bac310
commit
cea272de30
37 changed files with 42 additions and 42 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue