diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-04 14:11:42 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-04 14:11:42 +0100 |
| commit | 1bf4851cf6f3a97098d9e9ce9f51b4815eb7fd89 (patch) | |
| tree | 8c35c9ae4af8a3aed884b4c09bbc98593747ed37 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 2129e98b0e1ad3bc4f50698c61ca557146d26b5d (diff) | |
| download | box64-1bf4851cf6f3a97098d9e9ce9f51b4815eb7fd89.tar.gz box64-1bf4851cf6f3a97098d9e9ce9f51b4815eb7fd89.zip | |
[WRAPPER] Added epoll_pwait2 wrapped function
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 0eb6cd89..6fe99f0e 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -94,6 +94,7 @@ typedef int32_t (*iFiippi_t)(int32_t, int32_t, void*, void*, int32_t); typedef int32_t (*iFiLLLL_t)(int32_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t); typedef int32_t (*iFipiip_t)(int32_t, void*, int32_t, int32_t, void*); typedef int32_t (*iFipiup_t)(int32_t, void*, int32_t, uint32_t, void*); +typedef int32_t (*iFipipp_t)(int32_t, void*, int32_t, void*, void*); typedef int32_t (*iFipppp_t)(int32_t, void*, void*, void*, void*); typedef int32_t (*iFpiipp_t)(void*, int32_t, int32_t, void*, void*); typedef int32_t (*iFpilpV_t)(void*, int32_t, intptr_t, void*, ...); @@ -316,6 +317,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(prctl, iFiLLLL_t) \ GO(epoll_pwait, iFipiip_t) \ GO(statx, iFipiup_t) \ + GO(epoll_pwait2, iFipipp_t) \ GO(getopt_long, iFipppp_t) \ GO(getopt_long_only, iFipppp_t) \ GO(scandirat, iFipppp_t) \ |