diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-12 10:48:14 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-12 10:48:14 +0100 |
| commit | bb60cc8568d592535d3f9195aa40a4377e13a69c (patch) | |
| tree | a4cc7adba1e49ffb860537da761ff64a25e83f99 /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | 857c4600dcfd521f22c1aacd3d3e58214fd28776 (diff) | |
| download | box64-bb60cc8568d592535d3f9195aa40a4377e13a69c.tar.gz box64-bb60cc8568d592535d3f9195aa40a4377e13a69c.zip | |
[BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functions
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index d2bb36e1..449d737e 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -94,6 +94,7 @@ typedef void (*vEppiV_t)(void*, void*, int32_t, ...); typedef int32_t (*iEiiip_t)(int32_t, int32_t, int32_t, void*); typedef int32_t (*iEiipV_t)(int32_t, int32_t, void*, ...); typedef int32_t (*iEipii_t)(int32_t, void*, int32_t, int32_t); +typedef int32_t (*iEipuu_t)(int32_t, void*, uint32_t, uint32_t); typedef int32_t (*iEippi_t)(int32_t, void*, void*, int32_t); typedef int32_t (*iEippL_t)(int32_t, void*, void*, uintptr_t); typedef int32_t (*iEpipp_t)(void*, int32_t, void*, void*); @@ -117,6 +118,8 @@ typedef int32_t (*iEppupi_t)(void*, void*, uint32_t, void*, int32_t); typedef int32_t (*iEpppLp_t)(void*, void*, void*, uintptr_t, void*); typedef void* (*pEpLLiN_t)(void*, uintptr_t, uintptr_t, int32_t, ...); typedef void* (*pEppLLp_t)(void*, void*, uintptr_t, uintptr_t, void*); +typedef void* (*pEppbL_Lp_t)(void*, void*, struct_L_t*, uintptr_t, void*); +typedef int32_t (*iEipuurLL__t)(int32_t, void*, uint32_t, uint32_t, struct_LL_t*); typedef int32_t (*iEpLiipp_t)(void*, uintptr_t, int32_t, int32_t, void*, void*); typedef int32_t (*iEpLiipV_t)(void*, uintptr_t, int32_t, int32_t, void*, ...); typedef int32_t (*iEpLiLpV_t)(void*, uintptr_t, int32_t, uintptr_t, void*, ...); @@ -185,6 +188,7 @@ typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void GO(backtrace_symbols, pEpi_t) \ GO(__cmsg_nxthdr, pEpp_t) \ GO(__gmtime_r, pEpp_t) \ + GO(getservbyname, pEpp_t) \ GO(gmtime_r, pEpp_t) \ GO(localtime_r, pEpp_t) \ GO(vsyslog, vEipp_t) \ @@ -208,6 +212,7 @@ typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void GO(wcstoul, LEpBp_i_t) \ GO(__vsyslog_chk, vEiipp_t) \ GO(__syslog_chk, vEiipV_t) \ + GO(sendmmsg, iEipuu_t) \ GO(utimensat, iEippi_t) \ GO(readlinkat, iEippL_t) \ GO(getaddrinfo, iEpppp_t) \ @@ -220,6 +225,7 @@ typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void GO(regexec, iEppupi_t) \ GO(getgrnam_r, iEpppLp_t) \ GO(getpwnam_r, iEpppLp_t) \ + GO(recvmmsg, iEipuurLL__t) \ GO(gethostbyname_r, iFpppupp_t) \ GO(posix_spawn, iEpppppp_t) \ GO(process_vm_readv, lEipLpLL_t) \ |