about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-05-20 10:12:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-05-20 10:12:28 +0200
commit7ef2af254910f9a651c7d3633c2ada696065a8b1 (patch)
treee89b971543b4267becf4337b05246acfa8566476
parent1e44a93c877616b2432368b28102e75f39b6217b (diff)
downloadbox64-7ef2af254910f9a651c7d3633c2ada696065a8b1.tar.gz
box64-7ef2af254910f9a651c7d3633c2ada696065a8b1.zip
Wrapped another __isoc23 function
-rw-r--r--src/wrapped/wrappedlibc_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 3ef33b2b..2f611380 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -979,6 +979,7 @@ GO2(__isoc23_sscanf, iFEppV, my___isoc99_sscanf)
 GO2(__isoc23_strtol, lFppi, strtol)
 GO2(__isoc23_strtoll, IFppi, strtoll)
 GO2(__isoc23_strtoul, LFppi, strtoul)
+GO2(__isoc23_strtoull, UFppi, strtoull)
 GOM(__isoc99_fscanf, iFEppV)
 //GO(__isoc99_fwscanf, iFppV)
 GOM(__isoc99_scanf, iFEpV)