1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:44:39 -07:00

include/plan9/libc.h: fix Plan 9 build

Add missing getgoextlinkenabled(void) declaration
in Plan 9 libc.h. This function was added as part
of CL #8183043.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/8191043
This commit is contained in:
David du Colombier 2013-03-30 19:05:00 +08:00 committed by Shenghou Ma
parent 06ed730d87
commit ad95b7d23c

View File

@ -18,6 +18,7 @@ char* getgoroot(void);
char* getgoversion(void); char* getgoversion(void);
char* getgoarm(void); char* getgoarm(void);
char* getgo386(void); char* getgo386(void);
char* getgoextlinkenabled(void);
void flagcount(char*, char*, int*); void flagcount(char*, char*, int*);
void flagint32(char*, char*, int32*); void flagint32(char*, char*, int32*);