about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-05 18:32:34 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-05 18:32:34 +0200
commit0e750a7d0d5f3f0bab8d9253925e7241dbcd2e66 (patch)
tree80e1faedd90c5de48a55baa9c5b7e7de039f1c0f /src/wrapped/generated
parent5cd583f9444bb5784be19ef7a1e68cfd2d62e3da (diff)
downloadbox64-0e750a7d0d5f3f0bab8d9253925e7241dbcd2e66.tar.gz
box64-0e750a7d0d5f3f0bab8d9253925e7241dbcd2e66.zip
Added __isoc99_swscanf wrapped function to libc for real this time (for #424)
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt1
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index bcb6f0af..7635db84 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -3768,6 +3768,7 @@ wrappedlibc:
   - __asprintf
   - __isoc99_fscanf
   - __isoc99_sscanf
+  - __isoc99_swscanf
   - asprintf
   - fprintf
   - fscanf
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 4df5c085..49457ed7 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -194,6 +194,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(__asprintf, iFppV_t) \
 	GO(__isoc99_fscanf, iFppV_t) \
 	GO(__isoc99_sscanf, iFppV_t) \
+	GO(__isoc99_swscanf, iFppV_t) \
 	GO(asprintf, iFppV_t) \
 	GO(fprintf, iFppV_t) \
 	GO(fscanf, iFppV_t) \