about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-08 09:51:21 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-10-08 09:51:21 +0200
commit8a5719afe1bf613af9a2ddd66191cc101ceca1bf (patch)
tree30ea0bf1d501150b5c11fe7dd9d00ef414f02ae9 /src/wrapped/generated
parent2ec01c9b60f5bef08ddf77a038377ceb8dfc8b26 (diff)
downloadbox64-8a5719afe1bf613af9a2ddd66191cc101ceca1bf.tar.gz
box64-8a5719afe1bf613af9a2ddd66191cc101ceca1bf.zip
Added __isoc99_vswscanf wrapped function (for #1015)
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt5
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index 8c95c072..69206133 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -4054,8 +4054,6 @@ wrappedlibc:
 - iFppp:
   - __cxa_atexit
   - __cxa_thread_atexit_impl
-  - __isoc99_vfscanf
-  - __isoc99_vsscanf
   - __vfprintf_chk
   - __vsscanf
   - execve
@@ -4077,6 +4075,9 @@ wrappedlibc:
   - sscanf
   - swscanf
 - iFppA:
+  - __isoc99_vfscanf
+  - __isoc99_vsscanf
+  - __isoc99_vswscanf
   - obstack_vprintf
   - vasprintf
   - vfprintf
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 4110d5ca..bd36a4b3 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -250,8 +250,6 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(pthread_attr_setstack, iFppL_t) \
 	GO(__cxa_atexit, iFppp_t) \
 	GO(__cxa_thread_atexit_impl, iFppp_t) \
-	GO(__isoc99_vfscanf, iFppp_t) \
-	GO(__isoc99_vsscanf, iFppp_t) \
 	GO(__vfprintf_chk, iFppp_t) \
 	GO(__vsscanf, iFppp_t) \
 	GO(execve, iFppp_t) \
@@ -271,6 +269,9 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(sprintf, iFppV_t) \
 	GO(sscanf, iFppV_t) \
 	GO(swscanf, iFppV_t) \
+	GO(__isoc99_vfscanf, iFppA_t) \
+	GO(__isoc99_vsscanf, iFppA_t) \
+	GO(__isoc99_vswscanf, iFppA_t) \
 	GO(obstack_vprintf, iFppA_t) \
 	GO(vasprintf, iFppA_t) \
 	GO(vfprintf, iFppA_t) \