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-09 13:06:50 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-09 13:06:50 +0100
commit3eeb10c0a60ea0106d6201dda80fd771f3d4e17a (patch)
treea6f39e7596c301e50a7f0baf95ca499f1d2a0080 /src/wrapped32/generated/wrappedlibctypes32.h
parentce3d2afad282195508f93c221fe3342a59846061 (diff)
downloadbox64-3eeb10c0a60ea0106d6201dda80fd771f3d4e17a.tar.gz
box64-3eeb10c0a60ea0106d6201dda80fd771f3d4e17a.zip
[BOX32][WRAPPER] Better wrapping for shmat
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedlibctypes32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h
index 8b97cddd..d2bb36e1 100644
--- a/src/wrapped32/generated/wrappedlibctypes32.h
+++ b/src/wrapped32/generated/wrappedlibctypes32.h
@@ -79,6 +79,7 @@ typedef int32_t (*iESpV_t)(void*, void*, ...);
 typedef intptr_t (*lEipi_t)(int32_t, void*, int32_t);
 typedef intptr_t (*lEipL_t)(int32_t, void*, uintptr_t);
 typedef intptr_t (*lEppL_t)(void*, void*, uintptr_t);
+typedef void* (*pEipi_t)(int32_t, void*, int32_t);
 typedef void* (*pEpii_t)(void*, int32_t, int32_t);
 typedef void* (*pEpII_t)(void*, int64_t, int64_t);
 typedef void* (*pEpLL_t)(void*, uintptr_t, uintptr_t);
@@ -134,6 +135,7 @@ typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void
 	GO(__close_nocancel, iEi_t) \
 	GO(posix_spawn_file_actions_destroy, iEp_t) \
 	GO(posix_spawn_file_actions_init, iEp_t) \
+	GO(shmdt, iEp_t) \
 	GO(sysinfo, iEp_t) \
 	GO(getwc, uES_t) \
 	GO(__sysconf, lEi_t) \
@@ -198,6 +200,7 @@ typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void
 	GO(recvmsg, lEipi_t) \
 	GO(sendmsg, lEipi_t) \
 	GO(writev, lEipi_t) \
+	GO(shmat, pEipi_t) \
 	GO(__realpath_chk, pEppi_t) \
 	GO(__strtold_l, KEpBp_a_t) \
 	GO(strtold_l, KEpBp_a_t) \