diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-04-06 12:25:09 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-04-06 12:25:09 +0200 |
| commit | 6d7af8674ad8faf565e9c8614aba6633f24c7839 (patch) | |
| tree | be058773f903733419e44a5f09c090f0067b919d /src | |
| parent | 5fc3188bc8070bf15d13c3fd557a6ac9b374c42b (diff) | |
| download | box64-6d7af8674ad8faf565e9c8614aba6633f24c7839.tar.gz box64-6d7af8674ad8faf565e9c8614aba6633f24c7839.zip | |
[WRAPPER] Update generated files missing from previous PR
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped32/generated/functions_list.txt | 3 | ||||
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt index ddca1646..e75ccff8 100644 --- a/src/wrapped32/generated/functions_list.txt +++ b/src/wrapped32/generated/functions_list.txt @@ -2186,6 +2186,8 @@ wrappedlibc: - shmdt - sysinfo - iEO: +- IEp: + - __time64 - uEp: - uES: - getwc @@ -2217,6 +2219,7 @@ wrappedlibc: - _ZGTtnaX - _ZGTtnam - pEp: + - __localtime64 - getgrnam - getprotobyname - getpwnam diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index de0d6910..b4bd2a17 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -20,6 +20,7 @@ typedef int32_t (*iEi_t)(int32_t); typedef int32_t (*iEL_t)(uintptr_t); typedef int32_t (*iEp_t)(void*); typedef int32_t (*iEO_t)(int32_t); +typedef int64_t (*IEp_t)(void*); typedef uint32_t (*uEp_t)(void*); typedef uint32_t (*uES_t)(void*); typedef uint64_t (*UEp_t)(void*); @@ -151,6 +152,7 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t GO(__close_nocancel, iEi_t) \ GO(shmdt, iEp_t) \ GO(sysinfo, iEp_t) \ + GO(__time64, IEp_t) \ GO(getwc, uES_t) \ GO(__sysconf, lEi_t) \ GO(sysconf, lEi_t) \ @@ -168,6 +170,7 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t GO(_ZGTtnaj, pFu_t) \ GO(_ZGTtnaX, pFL_t) \ GO(_ZGTtnam, pFL_t) \ + GO(__localtime64, pEp_t) \ GO(getgrnam, pEp_t) \ GO(getprotobyname, pEp_t) \ GO(getpwnam, pEp_t) \ |