about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibctypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-09-12 15:05:24 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-09-12 15:05:24 +0200
commitc6e14a562b6670f746b11ec47fa1476861e1c106 (patch)
tree81d158a9bc1ce3d2db84a91aaa187bf4a0bf444a /src/wrapped/generated/wrappedlibctypes.h
parenta3f6a7ddbcdd8837334bce7b28d4adf37670c19a (diff)
downloadbox64-c6e14a562b6670f746b11ec47fa1476861e1c106.tar.gz
box64-c6e14a562b6670f746b11ec47fa1476861e1c106.zip
Added vfwprintf and __vfwprintf_chk wrapped function (for #404)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 452c2515..b5f9a09b 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -190,10 +190,12 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void*
 	GO(sprintf, iFppV_t) \
 	GO(sscanf, iFppV_t) \
 	GO(swscanf, iFppV_t) \
+	GO(__vfwprintf_chk, iFppA_t) \
 	GO(obstack_vprintf, iFppA_t) \
 	GO(vasprintf, iFppA_t) \
 	GO(vfprintf, iFppA_t) \
 	GO(vfscanf, iFppA_t) \
+	GO(vfwprintf, iFppA_t) \
 	GO(vsprintf, iFppA_t) \
 	GO(vsscanf, iFppA_t) \
 	GO(vswscanf, iFppA_t) \