diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 14:37:01 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 14:37:01 +0200 |
| commit | 15227bbc0651b7e16ef082435932eb085c3a9ea4 (patch) | |
| tree | ba1bc7b9069d6c07d8f6c8cad69d0d3785552bd0 /src | |
| parent | d0da2c24fb072e3a760044780ebb5a08df41aff9 (diff) | |
| download | box64-15227bbc0651b7e16ef082435932eb085c3a9ea4.tar.gz box64-15227bbc0651b7e16ef082435932eb085c3a9ea4.zip | |
Added a couple of wrapped functions to libc
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 33024bbc..01588b74 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2203,8 +2203,8 @@ GOW(wmemmove, pFppL) //GO(__wmempcpy_chk, GO(wmemset, pFpuL) //GOI(__wmemset_chk, -//GO(wordexp, -//GO(wordfree, +GO(wordexp, iFppi) +GO(wordfree, vFp) //GO(__woverflow, //GO(wprintf, //GO(__wprintf_chk, |