about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibctypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-07 09:20:45 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-07 09:20:45 +0200
commita6d7d83fb383a5c8cf9cde68af4136f7e2345259 (patch)
tree9cd7a9b595e376d61469d131eaec57b60d0ce907 /src/wrapped/generated/wrappedlibctypes.h
parenta450b9d12f99df13adcae4a570aeb780964d43b2 (diff)
downloadbox64-a6d7d83fb383a5c8cf9cde68af4136f7e2345259.tar.gz
box64-a6d7d83fb383a5c8cf9cde68af4136f7e2345259.zip
Added a workaround with syscall if statx function is not defined in libc
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 17fbeaea..46c636db 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -86,6 +86,7 @@ typedef int32_t (*iFiipup_t)(int32_t, int32_t, void*, uint32_t, void*);
 typedef int32_t (*iFiippi_t)(int32_t, int32_t, void*, void*, int32_t);
 typedef int32_t (*iFiLLLL_t)(int32_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
 typedef int32_t (*iFipiip_t)(int32_t, void*, int32_t, int32_t, void*);
+typedef int32_t (*iFipiup_t)(int32_t, void*, int32_t, uint32_t, void*);
 typedef int32_t (*iFipppp_t)(int32_t, void*, void*, void*, void*);
 typedef int32_t (*iFpiipp_t)(void*, int32_t, int32_t, void*, void*);
 typedef int32_t (*iFpilpV_t)(void*, int32_t, intptr_t, void*, ...);
@@ -282,6 +283,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(__fxstatat64, iFiippi_t) \
 	GO(prctl, iFiLLLL_t) \
 	GO(epoll_pwait, iFipiip_t) \
+	GO(statx, iFipiup_t) \
 	GO(getopt_long, iFipppp_t) \
 	GO(getopt_long_only, iFipppp_t) \
 	GO(scandirat, iFipppp_t) \