From 8a5719afe1bf613af9a2ddd66191cc101ceca1bf Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 8 Oct 2023 09:51:21 +0200 Subject: Added __isoc99_vswscanf wrapped function (for #1015) --- src/wrapped/generated/wrappedlibctypes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/wrapped/generated/wrappedlibctypes.h') 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) \ -- cgit 1.4.1