diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-30 14:25:08 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-30 14:25:08 +0100 |
| commit | e1ae914a1db729730c89e8e69351f2dba8bad168 (patch) | |
| tree | 424bb1963a6b26bfb898d854cbe3da37e6f337bd /src | |
| parent | 51aa4b0416fbd9e960b5699dde5f573d89b54ae4 (diff) | |
| download | box64-e1ae914a1db729730c89e8e69351f2dba8bad168.tar.gz box64-e1ae914a1db729730c89e8e69351f2dba8bad168.zip | |
[WRAPPER] Fixed libc wrappers includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibc.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index 0847ff3c..041d4a3d 100644 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -105,15 +105,8 @@ typedef void* (*pFp_t)(void*); typedef void* (*pFpip_t)(void*, int, void*); #define ADDED_FUNCTIONS() \ - GO(_ITM_addUserCommitAction, iFpup_t) \ - GO(_IO_file_stat, iFpp_t) \ - GO(fts64_open, pFpip_t) \ - GO(register_printf_specifier, iFipp_t) \ - GO(register_printf_type, iFp_t) \ - GO(statx, iFipiup_t) - -#include "generated/wrappedlibcupstypes.h" +#include "generated/wrappedlibctypes.h" #include "wrappercallback.h" |