1
0
mirror of https://github.com/golang/go synced 2024-11-23 16:10:05 -07:00

libc: add goos, goarch, goroot. fixes build

TBR=r
CC=golang-dev
https://golang.org/cl/190059
This commit is contained in:
Russ Cox 2010-01-19 09:08:05 -08:00
parent 914c626cae
commit 38430213f5

View File

@ -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);