about summary refs log tree commit diff stats
path: root/src/wrapped32/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-08-31 17:20:01 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-08-31 17:20:01 +0200
commit5468d8b08ead84ea4e71d3799d6ced9e1219db05 (patch)
tree8a0c81cb0a27b617d67f54c702bfb6ed8dafbb9b /src/wrapped32/generated
parent497f6297615b74739f79882fdd401a09cd9e4391 (diff)
downloadbox64-5468d8b08ead84ea4e71d3799d6ced9e1219db05.tar.gz
box64-5468d8b08ead84ea4e71d3799d6ced9e1219db05.zip
[BOX32] One more 32bits wrapped function for libvstdlib_s.so
Diffstat (limited to 'src/wrapped32/generated')
-rw-r--r--src/wrapped32/generated/functions_list.txt1
-rw-r--r--src/wrapped32/generated/wrappedlibctypes32.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt
index 031b8f65..01f97b17 100644
--- a/src/wrapped32/generated/functions_list.txt
+++ b/src/wrapped32/generated/functions_list.txt
@@ -264,6 +264,7 @@ wrappedlibc:
   - __ctype_tolower_loc
   - __ctype_toupper_loc
   - __errno_location
+  - localeconv
 - pFL:
 - pFp:
   - gethostbyname
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h
index 0c9a12b1..f9eb31aa 100644
--- a/src/wrapped32/generated/wrappedlibctypes32.h
+++ b/src/wrapped32/generated/wrappedlibctypes32.h
@@ -81,6 +81,7 @@ typedef int32_t (*iFpuvvppp_t)(void*, uint32_t, void, void, void*, void*, void*)
 	GO(__ctype_tolower_loc, pFv_t) \
 	GO(__ctype_toupper_loc, pFv_t) \
 	GO(__errno_location, pFv_t) \
+	GO(localeconv, pFv_t) \
 	GO(gethostbyname, pFp_t) \
 	GO(getrlimit, iFip_t) \
 	GO(setrlimit, iFip_t) \