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-09-30 15:37:53 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-30 15:37:53 +0200
commit2a0489a21cc84438a212ae2df363cffcb0be9b76 (patch)
treea2bfa5f8e4928d7103e71b9cbf9c8edd73d10ff1 /src/wrapped32/generated/wrappedlibctypes32.h
parent0980c4438aa1688b6d356c49b6a09eef217d2924 (diff)
downloadbox64-2a0489a21cc84438a212ae2df363cffcb0be9b76.tar.gz
box64-2a0489a21cc84438a212ae2df363cffcb0be9b76.zip
[BOX32] Handling of BOX64_MAXCPU for 32bits apps
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 f0538b7d..e43ab640 100644
--- a/src/wrapped32/generated/wrappedlibctypes32.h
+++ b/src/wrapped32/generated/wrappedlibctypes32.h
@@ -21,6 +21,7 @@ typedef int32_t (*iFO_t)(int32_t);
 typedef uint32_t (*uFp_t)(void*);
 typedef uint32_t (*uFS_t)(void*);
 typedef uint64_t (*UFp_t)(void*);
+typedef intptr_t (*lFi_t)(int32_t);
 typedef intptr_t (*lFp_t)(void*);
 typedef intptr_t (*lFV_t)(...);
 typedef intptr_t (*lFS_t)(void*);
@@ -103,6 +104,8 @@ typedef int32_t (*iFpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void
 	GO(__close_nocancel, iFi_t) \
 	GO(sysinfo, iFp_t) \
 	GO(getwc, uFS_t) \
+	GO(__sysconf, lFi_t) \
+	GO(sysconf, lFi_t) \
 	GO(atol, lFp_t) \
 	GO(ftell, lFS_t) \
 	GO(__ctype_b_loc, pFv_t) \