From cbc4701edb5251ae0056739613af8003daa95fc9 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Sat, 30 Jan 2016 06:34:15 -0800 Subject: [PATCH] Remove the only non-wasm32-arch change I fixed the issue in LLVM commit r259305. --- include/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/unistd.h b/include/unistd.h index 5735001e..760a1652 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -173,7 +173,7 @@ void setusershell(void); void endusershell(void); char *getusershell(void); int acct(const char *); -//long syscall(long, ...); +long syscall(long, ...); int execvpe(const char *, char *const [], char *const []); int issetugid(void); #endif