diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-11 19:59:24 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-11 19:59:24 +0200 |
| commit | bf79be222cbe73d25b2d90232467f61f4f85a88d (patch) | |
| tree | df598271735c8cc32e39665d546666393817eafe /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 1bb27f2b807c3a9b67a0fdaf52f7390c6551acdd (diff) | |
| download | box64-bf79be222cbe73d25b2d90232467f61f4f85a88d.tar.gz box64-bf79be222cbe73d25b2d90232467f61f4f85a88d.zip | |
Added __fwprintf_chk wrapped function (for KSP)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 989cdf64..74166f2c 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -213,6 +213,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(glob64, iFpipp_t) \ GO(__asprintf_chk, iFpipV_t) \ GO(__fprintf_chk, iFpipV_t) \ + GO(__fwprintf_chk, iFpipV_t) \ GO(__vsnprintf_chk, iFpLpp_t) \ GO(__snprintf, iFpLpV_t) \ GO(snprintf, iFpLpV_t) \ |