diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2024-12-24 01:43:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 18:43:47 +0100 |
| commit | 13ee4acd59ddf1cf35666ee06c8ecff44b7bfb1a (patch) | |
| tree | 0aa340380d019919db76399a17b640595818cc08 /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | 1360e7112c8a027dd7e1a6cdd7942d1038aa54f2 (diff) | |
| download | box64-13ee4acd59ddf1cf35666ee06c8ecff44b7bfb1a.tar.gz box64-13ee4acd59ddf1cf35666ee06c8ecff44b7bfb1a.zip | |
[WRAPPED][BOX32] Redirected a few old symbols (#2194)
* [WRAPPED] Redirected a few old symbols * More
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 ef6b1621..de0d6910 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -103,6 +103,7 @@ 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 (*iEipup_t)(int32_t, void*, uint32_t, void*); 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 (*iEuupi_t)(uint32_t, uint32_t, void*, int32_t); @@ -232,6 +233,7 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t GO(__vsyslog_chk, vEiipp_t) \ GO(__syslog_chk, vEiipV_t) \ GO(sendmmsg, iEipuu_t) \ + GO(__xmknod, iEipup_t) \ GO(utimensat, iEippi_t) \ GO(readlinkat, iEippL_t) \ GO(waitid, iEuupi_t) \ |