Remove the only non-wasm32-arch change

I fixed the issue in LLVM commit r259305.
This commit is contained in:
JF Bastien 2016-01-30 06:34:15 -08:00
parent 0c46644853
commit cbc4701edb

View File

@ -173,7 +173,7 @@ void setusershell(void);
void endusershell(void); void endusershell(void);
char *getusershell(void); char *getusershell(void);
int acct(const char *); int acct(const char *);
//long syscall(long, ...); long syscall(long, ...);
int execvpe(const char *, char *const [], char *const []); int execvpe(const char *, char *const [], char *const []);
int issetugid(void); int issetugid(void);
#endif #endif