]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up libc_* definitions on Solaris
authorTobias Klauser <tklauser@distanz.ch>
Wed, 28 Feb 2018 15:49:33 +0000 (16:49 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 1 Mar 2018 07:31:53 +0000 (07:31 +0000)
commitc7c01efd96cd8f903b304c1504e9aab1c4e6ba2f
tree9cc3bcb523769300517dfda274f766629004ffe6
parent4338518da83386be4728498cfc157d22e36f9b9e
runtime: clean up libc_* definitions on Solaris

All functions defined in syscall2_solaris.go have the respective libc_*
var in syscall_solaris.go, except for libc_close. Move it from
os3_solaris.go

Remove unused libc_fstat.

Order go:cgo_import_dynamic and go:linkname lists in
syscall2_solaris.go alphabetically.

Change-Id: I9f12fa473cf1ae351448ac45597c82a67d799c31
Reviewed-on: https://go-review.googlesource.com/97736
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os3_solaris.go
src/runtime/syscall2_solaris.go
src/runtime/syscall_solaris.go