diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-06-11 10:29:46 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-06-11 10:29:46 +0200 |
| commit | 72927195fdea77040513c284a91809b00a0cadd9 (patch) | |
| tree | 8a0cc5d8cdbb1fb944c73db1f9c15d9c20b27799 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | e29326d8d048b459b58272a0f88a776852dfe519 (diff) | |
| download | box64-72927195fdea77040513c284a91809b00a0cadd9.tar.gz box64-72927195fdea77040513c284a91809b00a0cadd9.zip | |
Added wrapped __wprintf_chk and wprintf (for #311)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 77974f8b..58d9dad6 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -48,6 +48,7 @@ typedef int64_t (*iFppp_t)(void*, void*, void*); typedef int64_t (*iFppV_t)(void*, void*, ...); typedef int64_t (*iFppA_t)(void*, void*, va_list); typedef int64_t (*iFpOu_t)(void*, int32_t, uint64_t); +typedef intptr_t (*lFipV_t)(int64_t, void*, ...); typedef intptr_t (*lFppL_t)(void*, void*, uintptr_t); typedef void* (*pFpip_t)(void*, int64_t, void*); typedef void* (*pFppp_t)(void*, void*, void*); @@ -128,6 +129,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(execl, iFpV_t) \ GO(execlp, iFpV_t) \ GO(printf, iFpV_t) \ + GO(wprintf, iFpV_t) \ GO(vprintf, iFpA_t) \ GO(_IO_file_stat, iFSp_t) \ GO(__sysv_signal, pFip_t) \ @@ -188,6 +190,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(__open, iFpOu_t) \ GO(open, iFpOu_t) \ GO(open64, iFpOu_t) \ + GO(__wprintf_chk, lFipV_t) \ GO(readlink, lFppL_t) \ GO(fts_open, pFpip_t) \ GO(tsearch, pFppp_t) \ |