about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibctypes32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-13 16:54:54 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-13 16:54:54 +0100
commit1c5ccefdefd31e62e08de22dbf6f06b07fd8d424 (patch)
tree66975042cd88f82513c6bdd3918dc0f4011c8bfc /src/wrapped32/generated/wrappedlibctypes32.h
parent64bfd06be4449751d54650bf2f6cc66550df0b6b (diff)
downloadbox64-1c5ccefdefd31e62e08de22dbf6f06b07fd8d424.tar.gz
box64-1c5ccefdefd31e62e08de22dbf6f06b07fd8d424.zip
[BOX32][WRAPPER] Added a few more libc 32bits wrapped functions
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedlibctypes32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h
index 25ad6055..10566663 100644
--- a/src/wrapped32/generated/wrappedlibctypes32.h
+++ b/src/wrapped32/generated/wrappedlibctypes32.h
@@ -35,6 +35,7 @@ typedef void* (*pFL_t)(uintptr_t);
 typedef void* (*pEp_t)(void*);
 typedef void* (*pFp_t)(void*);
 typedef void* (*pES_t)(void*);
+typedef char* (*tEp_t)(void*);
 typedef int32_t (*iEbp__t)(struct_p_t*);
 typedef void* (*pErl__t)(struct_l_t*);
 typedef void* (*pEriiiiiiiiilt__t)(struct_iiiiiiiiilt_t*);
@@ -167,6 +168,7 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t
 	GO(localtime, pEp_t) \
 	GO(gethostbyname, pFp_t) \
 	GO(getmntent, pES_t) \
+	GO(__secure_getenv, tEp_t) \
 	GO(getifaddrs, iEbp__t) \
 	GO(ctime, pErl__t) \
 	GO(asctime, pEriiiiiiiiilt__t) \