Commit 49c42569 authored by Dean Prichard's avatar Dean Prichard Committed by Andrew Gerrand

Fix *l/*c -V flag segfault

*l/*c -V will segfault on macos without this trivial fix.

R=adg
CC=golang-dev
https://golang.org/cl/205042
parent b4fb00b6
...@@ -289,6 +289,7 @@ extern ulong rendezvous(ulong, ulong); ...@@ -289,6 +289,7 @@ extern ulong rendezvous(ulong, ulong);
extern char* getgoos(void); extern char* getgoos(void);
extern char* getgoarch(void); extern char* getgoarch(void);
extern char* getgoroot(void); extern char* getgoroot(void);
extern char* getgoversion(void);
#ifdef __MINGW32__ #ifdef __MINGW32__
extern int fork(); extern int fork();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment