diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 15:58:29 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 15:58:29 +0200 |
| commit | 0f9dac511cd1f6226a83e456bacdb139c3b6041b (patch) | |
| tree | 69e477c7b81b3ae11f55bac8bba4f64cc78aacbe /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | 11724fd2ada743774f9cf2e66d5403801412aefb (diff) | |
| download | box64-0f9dac511cd1f6226a83e456bacdb139c3b6041b.tar.gz box64-0f9dac511cd1f6226a83e456bacdb139c3b6041b.zip | |
[BOX32][WRAPPER] Added some more 32bits libc functions
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 2c18f2a7..b0c5f577 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -74,6 +74,7 @@ typedef void (*vFpppp_t)(void*, void*, void*, void*); typedef int32_t (*iFivpV_t)(int32_t, void, void*, ...); typedef int32_t (*iFiiip_t)(int32_t, int32_t, int32_t, void*); typedef int32_t (*iFipii_t)(int32_t, void*, int32_t, int32_t); +typedef int32_t (*iFippi_t)(int32_t, void*, void*, int32_t); typedef int32_t (*iFLLLL_t)(uintptr_t, uintptr_t, uintptr_t, uintptr_t); typedef int32_t (*iFpipp_t)(void*, int32_t, void*, void*); typedef int32_t (*iFpupV_t)(void*, uint32_t, void*, ...); @@ -149,6 +150,7 @@ typedef void* (*pFiiiiiiiiilt_t)(int32_t, int32_t, int32_t, int32_t, int32_t, in GO(writev, lFipi_t) \ GO(__realpath_chk, pFppv_t) \ GO(__libc_init, vFpppp_t) \ + GO(utimensat, iFippi_t) \ GO(getaddrinfo, iFpppp_t) \ GO(getgrgid_r, iFuppup_t) \ GO(getpwuid_r, iFuppLp_t) \ |