about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-13 17:42:43 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-13 17:42:43 +0200
commit41ebdc7604a0d41484df84b7bc2fa51e0a75ec16 (patch)
tree80d189b9526c75d2c32a40c6b4cfee6b73747944 /src/wrapped/wrappedlibc_private.h
parente3fde0807f919ccba287d5dff1e9b98742826e6a (diff)
downloadbox64-41ebdc7604a0d41484df84b7bc2fa51e0a75ec16.tar.gz
box64-41ebdc7604a0d41484df84b7bc2fa51e0a75ec16.zip
Added 1 more wrapped function and fixed signature of 2 other
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 580b6e98..1a4df882 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1853,10 +1853,10 @@ GO(__strtok_r, pFppp)
 GOW(strtok_r, pFppp)
 //GO(__strtok_r_1c, 
 GOW(strtol, lFppi)
-//GO(strtold, 
+GO(strtold, DFpp)
 //GO(__strtold_internal, 
-GO(__strtold_l, dFppiL)
-GOW(strtold_l, dFppiL)
+GO(__strtold_l, DFppiL)
+GOW(strtold_l, DFppiL)
 //GO(__strtold_nan, 
 GO(__strtol_internal, lFppii)
 GO(__strtol_l, lFppi)