Skip to content

Commit

Permalink
Temp fix for golang#18285.
Browse files Browse the repository at this point in the history
Change-Id: Icb633c7b3e13504a5d26c8d947c76cb0dd800269
  • Loading branch information
JayNakrani committed Dec 17, 2016
1 parent 1106512 commit 4a16ac8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/runtime/os3_solaris.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "unsafe"
//go:cgo_export_dynamic runtime.end _end
//go:cgo_export_dynamic runtime.etext _etext
//go:cgo_export_dynamic runtime.edata _edata

//go:cgo_import_dynamic libc____errno ___errno "libc.so"
//go:cgo_import_dynamic libc_clock_gettime clock_gettime "libc.so"
//go:cgo_import_dynamic libc_close close "libc.so"
Expand Down Expand Up @@ -44,7 +43,6 @@ import "unsafe"
//go:cgo_import_dynamic libc_sysconf sysconf "libc.so"
//go:cgo_import_dynamic libc_usleep usleep "libc.so"
//go:cgo_import_dynamic libc_write write "libc.so"

//go:linkname libc____errno libc____errno
//go:linkname libc_clock_gettime libc_clock_gettime
//go:linkname libc_close libc_close
Expand Down Expand Up @@ -79,7 +77,6 @@ import "unsafe"
//go:linkname libc_sysconf libc_sysconf
//go:linkname libc_usleep libc_usleep
//go:linkname libc_write libc_write

This comment has been minimized.

Copy link
@JayNakrani

JayNakrani Dec 17, 2016

Author Owner

By removing this empty line, we make comments to be eligible for document comments and parser will keep them in the AST.

var (
libc____errno,
libc_clock_gettime,
Expand Down

0 comments on commit 4a16ac8

Please sign in to comment.