about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-09 11:10:33 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-09 11:10:33 +0200
commitba7a04851f7d573c3666647d3a7c9828d2818385 (patch)
tree0772790343b873196bf7ade55e4043d7ff730b1a /src
parente3d15db6c504c10c5fd34b60899d617a8de71fd3 (diff)
downloadbox64-ba7a04851f7d573c3666647d3a7c9828d2818385.tar.gz
box64-ba7a04851f7d573c3666647d3a7c9828d2818385.zip
Added wcstof wrapped function
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index b2138d30..042681b8 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2130,7 +2130,7 @@ GO(wcstod, dFpp)
 //GO(__wcstod_internal, 
 //GO(__wcstod_l, 
 //GOW(wcstod_l, 
-//GO(wcstof, 
+GO(wcstof, fFpp)
 //GO(wcstof128, 
 //GO(__wcstof128_internal, 
 //GOW(wcstof128_l,