From 45055df5ecb28964aac7879f6b0b3a92f964a10f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 19 Jan 2010 09:08:05 -0800 Subject: libc: add goos, goarch, goroot. fixes build TBR=r CC=golang-dev http://codereview.appspot.com/190059 --- include/libc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libc.h') diff --git a/include/libc.h b/include/libc.h index 7b86399fe..7774f98fa 100644 --- a/include/libc.h +++ b/include/libc.h @@ -286,6 +286,10 @@ extern Waitmsg* waitnohang(void); extern int p9waitpid(void); extern ulong rendezvous(ulong, ulong); +extern char* getgoos(void); +extern char* getgoarch(void); +extern char* getgoroot(void); + #ifdef __MINGW32__ extern int fork(); extern int pread(int fd, void *buf, int n, int off); -- cgit v1.2.3