1
0
mirror of https://github.com/golang/go synced 2024-11-06 03:16:10 -07:00

runtime/cgo: correct cgo_export directives in callbacks_aix.go

This commit removes spaces which were wrongly added in
//go:cgo_export_static during CL 164010.

Change-Id: Iadd18efdde9ff32e907d793a72ef0f9efda35fe6
Reviewed-on: https://go-review.googlesource.com/c/go/+/168317
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Clément Chigot 2019-03-19 14:00:03 +01:00 committed by Ian Lance Taylor
parent bf103723f8
commit b2453c0588

View File

@ -6,5 +6,5 @@ package cgo
// These functions must be exported in order to perform
// longcall on cgo programs (cf gcc_aix_ppc64.c).
// go:cgo_export_static __cgo_topofstack
// go:cgo_export_static runtime.rt0_go
//go:cgo_export_static __cgo_topofstack
//go:cgo_export_static runtime.rt0_go