mirror of
https://github.com/golang/go
synced 2024-11-21 21:04:41 -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:
parent
06ed730d87
commit
ad95b7d23c
@ -18,6 +18,7 @@ char* getgoroot(void);
|
||||
char* getgoversion(void);
|
||||
char* getgoarm(void);
|
||||
char* getgo386(void);
|
||||
char* getgoextlinkenabled(void);
|
||||
|
||||
void flagcount(char*, char*, int*);
|
||||
void flagint32(char*, char*, int32*);
|
||||
|
Loading…
Reference in New Issue
Block a user