about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
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/wrappedlibc_private.h
parent2ec01c9b60f5bef08ddf77a038377ceb8dfc8b26 (diff)
downloadbox64-8a5719afe1bf613af9a2ddd66191cc101ceca1bf.tar.gz
box64-8a5719afe1bf613af9a2ddd66191cc101ceca1bf.zip
Added __isoc99_vswscanf wrapped function (for #1015)
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-rw-r--r--src/wrapped/wrappedlibc_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 67ea584a..ee855e42 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -933,11 +933,11 @@ GOM(__isoc99_fscanf, iFEppV)
 GOM(__isoc99_scanf, iFEpV)
 GOM(__isoc99_sscanf, iFEppV)
 GOM(__isoc99_swscanf, iFEppV)
-GOM(__isoc99_vfscanf, iFEppp)
+GOM(__isoc99_vfscanf, iFEppA)
 //GO(__isoc99_vfwscanf, iFppA)
 //GO(__isoc99_vscanf, iFpA)
-GOM(__isoc99_vsscanf, iFEppp)
-//GO(__isoc99_vswscanf, iFppA)
+GOM(__isoc99_vsscanf, iFEppA)
+GOM(__isoc99_vswscanf, iFEppA)
 //GO(__isoc99_vwscanf, iFpA)
 //GO(__isoc99_wscanf, iFpV)
 GO(isprint, iFi)