From 5468d8b08ead84ea4e71d3799d6ced9e1219db05 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 31 Aug 2024 17:20:01 +0200 Subject: [BOX32] One more 32bits wrapped function for libvstdlib_s.so --- src/wrapped32/generated/functions_list.txt | 1 + src/wrapped32/generated/wrappedlibctypes32.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/wrapped32/generated') 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) \ -- cgit 1.4.1