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>2025-07-04 23:02:20 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-07-04 23:02:20 +0200
commitb4d43748e5d9edc842e3b573f26b2578a32cda54 (patch)
tree6309b757e0abc182f35a79b6ec3464e54f38d1ec /src/wrapped/generated/wrappedlibctypes.h
parent549b384c3c203bc949d86ff73e0134f6973e1e0a (diff)
downloadbox64-b4d43748e5d9edc842e3b573f26b2578a32cda54.tar.gz
box64-b4d43748e5d9edc842e3b573f26b2578a32cda54.zip
[WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 9722b455..980283af 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -306,6 +306,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(__vsnprintf, iFpLpA_t) \
 	GO(vsnprintf, iFpLpA_t) \
 	GO(vswprintf, iFpLpA_t) \
+	GO(nftw, iFppii_t) \
 	GO(nftw64, iFppii_t) \
 	GO(__register_atfork, iFpppp_t) \
 	GO(__vsprintf_chk, iFpppp_t) \