summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libc.h b/include/libc.h
index 7774f98fa..ea6fc3b26 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -289,6 +289,7 @@ extern ulong rendezvous(ulong, ulong);
extern char* getgoos(void);
extern char* getgoarch(void);
extern char* getgoroot(void);
+extern char* getgoversion(void);
#ifdef __MINGW32__
extern int fork();