diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-27 12:33:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-27 12:33:42 +0200 |
| commit | 35e35ec5db52c96e71f8ed207265941e8734d8a1 (patch) | |
| tree | 896633a09b219897d57abe30d160fc8b79429e91 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | de2b3afa17112423551c757d153df8c73d2e275e (diff) | |
| download | box64-35e35ec5db52c96e71f8ed207265941e8734d8a1.tar.gz box64-35e35ec5db52c96e71f8ed207265941e8734d8a1.zip | |
Added clone wrapped function and libgbm wrapped lib
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 9fa403f3..31559808 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -78,6 +78,7 @@ typedef int64_t (*iFpLiLpV_t)(void*, uintptr_t, int64_t, uintptr_t, void*, ...); typedef int64_t (*iFpppppp_t)(void*, void*, void*, void*, void*, void*); typedef void* (*pFpLiiil_t)(void*, uintptr_t, int64_t, int64_t, int64_t, intptr_t); typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void*); +typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void*); #define SUPER() ADDED_FUNCTIONS() \ GO(_Jv_RegisterClasses, vFv_t) \ @@ -226,6 +227,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(posix_spawnp, iFpppppp_t) \ GO(mmap, pFpLiiil_t) \ GO(mmap64, pFpLiiil_t) \ - GO(__libc_start_main, iFpippppp_t) + GO(__libc_start_main, iFpippppp_t) \ + GO(clone, iFppipppp_t) #endif // __wrappedlibcTYPES_H_ |