Updated NaCl toolchain to v49.

This commit is contained in:
Branimir Karadžić
2016-09-02 21:23:38 -07:00
parent cea3764bd9
commit 9c19c10620
2 changed files with 16 additions and 20 deletions

View File

@@ -34,14 +34,10 @@
# include <pthread.h> // mach_port_t
# endif // BX_PLATFORM_*
# if BX_PLATFORM_NACL
# include <sys/nacl_syscalls.h> // nanosleep
# else
# include <time.h> // nanosleep
# if !BX_PLATFORM_PS4
# include <dlfcn.h> // dlopen, dlclose, dlsym
# endif // !BX_PLATFORM_PS4
# endif // BX_PLATFORM_NACL
# include <time.h> // nanosleep
# if !BX_PLATFORM_PS4 && !BX_PLATFORM_NACL
# include <dlfcn.h> // dlopen, dlclose, dlsym
# endif // !BX_PLATFORM_PS4 && !BX_PLATFORM_NACL
# if BX_PLATFORM_ANDROID
# include <malloc.h> // mallinfo