diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-12 14:33:45 -0500 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-12 14:33:45 -0500 |
| commit | d84afba7c86b9bef1083534b37fb40ad758c8486 (patch) | |
| tree | 4b3e72c7f78dcdbe02ad4ee275b80d17f34d67e9 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 7559df965ba3d96c792949790ad10b6f6350761c (diff) | |
| download | box64-d84afba7c86b9bef1083534b37fb40ad758c8486.tar.gz box64-d84afba7c86b9bef1083534b37fb40ad758c8486.zip | |
Added 2 more libc wrapped function (for #44)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 0a9a7bf9..6fcfe37b 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -57,6 +57,7 @@ typedef int64_t (*iFpppp_t)(void*, void*, void*, void*); typedef void (*vFpLLpp_t)(void*, uintptr_t, uintptr_t, void*, void*); typedef int64_t (*iFiippi_t)(int64_t, int64_t, void*, void*, int64_t); typedef int64_t (*iFipiip_t)(int64_t, void*, int64_t, int64_t, void*); +typedef int64_t (*iFipppp_t)(int64_t, void*, void*, void*, void*); typedef int64_t (*iFpilpV_t)(void*, int64_t, intptr_t, void*, void*); typedef int64_t (*iFpuppp_t)(void*, uint64_t, void*, void*, void*); typedef void* (*pFpLLiN_t)(void*, uintptr_t, uintptr_t, int64_t, ...); @@ -179,6 +180,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(__fxstatat, iFiippi_t) \ GO(__fxstatat64, iFiippi_t) \ GO(epoll_pwait, iFipiip_t) \ + GO(scandirat, iFipppp_t) \ GO(__sprintf_chk, iFpilpV_t) \ GO(__vswprintf_chk, iFpuppp_t) \ GO(vswprintf, iFpuppp_t) \ |