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>2024-03-04 13:52:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-03-04 13:52:36 +0100
commit82b19f6f699b927fb4de18a6598b04b4cb228d29 (patch)
treed785352e5f9163ac87bee74f92b71da964c6b42f /src/wrapped/generated/wrappedlibctypes.h
parent9e37dd008d5710f03385c8afd1ef2aed728a8fe0 (diff)
downloadbox64-82b19f6f699b927fb4de18a6598b04b4cb228d29.tar.gz
box64-82b19f6f699b927fb4de18a6598b04b4cb228d29.zip
Added a few more libc wrapped functions
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 6e38ef3d..a7a31670 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -157,7 +157,9 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(execlp, iFpV_t) \
 	GO(printf, iFpV_t) \
 	GO(wprintf, iFpV_t) \
+	GO(__isoc99_vscanf, iFpA_t) \
 	GO(vprintf, iFpA_t) \
+	GO(vscanf, iFpA_t) \
 	GO(vwprintf, iFpA_t) \
 	GO(_IO_file_stat, iFSp_t) \
 	GO(__sysv_signal, pFip_t) \