diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-12 13:34:59 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-12 13:34:59 +0100 |
| commit | 7e5aa3e7c6bd3cf2b998be55c3668e36ffb1d7d1 (patch) | |
| tree | 8ac921fbe245ceeae8bec82b3d71cd18ee371eb9 /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | c7afc0b3dfea38e34b7c082fa200978707138036 (diff) | |
| download | box64-7e5aa3e7c6bd3cf2b998be55c3668e36ffb1d7d1.tar.gz box64-7e5aa3e7c6bd3cf2b998be55c3668e36ffb1d7d1.zip | |
[BOX32][WRAPPER] Added a few more 32bits wrapped function to libc
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index 449d737e..e24906e9 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -102,6 +102,7 @@ typedef int32_t (*iEpipV_t)(void*, int32_t, void*, ...); typedef int32_t (*iEpuiL_t)(void*, uint32_t, int32_t, uintptr_t); typedef int32_t (*iEpLpp_t)(void*, uintptr_t, void*, void*); typedef int32_t (*iEpLpV_t)(void*, uintptr_t, void*, ...); +typedef int32_t (*iEppii_t)(void*, void*, int32_t, int32_t); typedef int32_t (*iEpppp_t)(void*, void*, void*, void*); typedef int32_t (*iESipp_t)(void*, int32_t, void*, void*); typedef int32_t (*iESipV_t)(void*, int32_t, void*, ...); @@ -150,6 +151,7 @@ typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void GO(__ctype_toupper_loc, pEv_t) \ GO(__errno_location, pEv_t) \ GO(__res_state, pEv_t) \ + GO(getpwent, pEv_t) \ GO(localeconv, pEv_t) \ GO(__h_errno_location, pFv_t) \ GO(getpwuid, pEu_t) \ |