diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-07 20:19:58 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-07 20:19:58 +0100 |
| commit | 4c7cbe412835ee6a11df44eb2a324d32452047b7 (patch) | |
| tree | 26ba351c1aa89de78f390ccfb4be9ca9206de0d1 /src/wrapped/wrappedlibc.c | |
| parent | 343174fd476dee93e9c29878c6398d5c9f72e265 (diff) | |
| download | box64-4c7cbe412835ee6a11df44eb2a324d32452047b7.tar.gz box64-4c7cbe412835ee6a11df44eb2a324d32452047b7.zip | |
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
Diffstat (limited to 'src/wrapped/wrappedlibc.c')
| -rwxr-xr-x | src/wrapped/wrappedlibc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index ed3c7982..03825002 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -1840,7 +1840,7 @@ EXPORT int32_t my_posix_spawnp(x64emu_t* emu, pid_t* pid, const char* path, // fullpath is gone, so the search will only be on PATH, not on BOX86_PATH (is that an issue?) return posix_spawnp(pid, path, actions, attrp, argv, envp); } - +#endif EXPORT void my__Jv_RegisterClasses() {} EXPORT int32_t my___cxa_thread_atexit_impl(x64emu_t* emu, void* dtor, void* obj, void* dso) @@ -1857,7 +1857,7 @@ EXPORT unsigned long int my___fdelt_chk (unsigned long int d) return d / __NFDBITS; } - +#if 0 EXPORT int32_t my_getrandom(x64emu_t* emu, void* buf, uint32_t buflen, uint32_t flags) { // not always implemented on old linux version... |