about summary refs log tree commit diff stats
path: root/src/wrapped/generated
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
parent9e37dd008d5710f03385c8afd1ef2aed728a8fe0 (diff)
downloadbox64-82b19f6f699b927fb4de18a6598b04b4cb228d29.tar.gz
box64-82b19f6f699b927fb4de18a6598b04b4cb228d29.zip
Added a few more libc wrapped functions
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt2
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index 9ec09008..313cc996 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -4108,7 +4108,9 @@ wrappedlibc:
   - printf
   - wprintf
 - iFpA:
+  - __isoc99_vscanf
   - vprintf
+  - vscanf
   - vwprintf
 - iFSp:
   - _IO_file_stat
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) \