about summary refs log tree commit diff stats
path: root/src/wrapped32/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-13 18:39:13 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-13 18:39:13 +0200
commitaf2a0c974770d60fdb4d1289477833883ddb7117 (patch)
tree47736e558f74ad2f541592f9fb3d4f0b3e1053bd /src/wrapped32/generated
parentd30488da87314d990408a6b4687baaf817ef8631 (diff)
downloadbox64-af2a0c974770d60fdb4d1289477833883ddb7117.tar.gz
box64-af2a0c974770d60fdb4d1289477833883ddb7117.zip
[BOX32] Some more 32bits wrapped symbols
Diffstat (limited to 'src/wrapped32/generated')
-rw-r--r--src/wrapped32/generated/functions_list.txt2
-rw-r--r--src/wrapped32/generated/wrappedlibctypes32.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt
index 933b1175..793db726 100644
--- a/src/wrapped32/generated/functions_list.txt
+++ b/src/wrapped32/generated/functions_list.txt
@@ -1664,6 +1664,8 @@ wrappedlibc:
 - UFUU:
 - pFip:
   - signal
+- pFLL:
+  - aligned_alloc
 - pFpi:
   - backtrace_symbols
 - pFpp:
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h
index ae96c885..3ee8fcef 100644
--- a/src/wrapped32/generated/wrappedlibctypes32.h
+++ b/src/wrapped32/generated/wrappedlibctypes32.h
@@ -46,6 +46,7 @@ typedef int32_t (*iFpV_t)(void*, ...);
 typedef int64_t (*IFII_t)(int64_t, int64_t);
 typedef uint64_t (*UFUU_t)(uint64_t, uint64_t);
 typedef void* (*pFip_t)(int32_t, void*);
+typedef void* (*pFLL_t)(uintptr_t, uintptr_t);
 typedef void* (*pFpi_t)(void*, int32_t);
 typedef void* (*pFpp_t)(void*, void*);
 typedef void* (*SFpp_t)(void*, void*);
@@ -149,6 +150,7 @@ typedef int32_t (*iFpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void
 	GO(execl, iFpV_t) \
 	GO(execlp, iFpV_t) \
 	GO(signal, pFip_t) \
+	GO(aligned_alloc, pFLL_t) \
 	GO(backtrace_symbols, pFpi_t) \
 	GO(__cmsg_nxthdr, pFpp_t) \
 	GO(__gmtime_r, pFpp_t) \