diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-17 10:09:13 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-17 10:09:13 +0200 |
| commit | bd5d29a825af62ceb849569d6fa4e8a646c18322 (patch) | |
| tree | 50fdd4cf200d25f5c94a8215de35d26b4a1cc0e2 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 5255935a3115bed37ac7a1ee407059acc3e1308b (diff) | |
| download | box64-bd5d29a825af62ceb849569d6fa4e8a646c18322.tar.gz box64-bd5d29a825af62ceb849569d6fa4e8a646c18322.zip | |
Fixed epoll_wait alignment
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 6655c626..4921641d 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -43,6 +43,7 @@ typedef void* (*pFpip_t)(void*, int64_t, void*); typedef void (*vFiipV_t)(int64_t, int64_t, void*, void*); typedef void (*vFpLLp_t)(void*, uintptr_t, uintptr_t, void*); typedef int64_t (*iFiiip_t)(int64_t, int64_t, int64_t, void*); +typedef int64_t (*iFipii_t)(int64_t, void*, int64_t, int64_t); typedef int64_t (*iFpipp_t)(void*, int64_t, void*, void*); typedef int64_t (*iFpipV_t)(void*, int64_t, void*, void*); typedef int64_t (*iFpLpp_t)(void*, uintptr_t, void*, void*); @@ -135,6 +136,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(__syslog_chk, vFiipV_t) \ GO(qsort, vFpLLp_t) \ GO(epoll_ctl, iFiiip_t) \ + GO(epoll_wait, iFipii_t) \ GO(__vasprintf_chk, iFpipp_t) \ GO(glob, iFpipp_t) \ GO(glob64, iFpipp_t) \ |