diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 17:42:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 17:42:43 +0200 |
| commit | 41ebdc7604a0d41484df84b7bc2fa51e0a75ec16 (patch) | |
| tree | 80d189b9526c75d2c32a40c6b4cfee6b73747944 /src/wrapped/wrappedlibc_private.h | |
| parent | e3fde0807f919ccba287d5dff1e9b98742826e6a (diff) | |
| download | box64-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-x | src/wrapped/wrappedlibc_private.h | 6 |
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) |