diff options
-rw-r--r-- | include/libc.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |