diff options
Diffstat (limited to 'src/wrapped32/generated')
| -rw-r--r-- | src/wrapped32/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 1 |
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) \ |