diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-28 08:08:59 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-28 08:08:59 +0200 |
| commit | df61d561f6aaa5842b223bc88fbb24f4719c61f0 (patch) | |
| tree | daf1462f36c9e9963fd8c229dd85b1d9fb14ff1e /src | |
| parent | 3cd8b5f48b68f9ffadaccf1e3d946a97a45c4e19 (diff) | |
| download | box64-df61d561f6aaa5842b223bc88fbb24f4719c61f0.tar.gz box64-df61d561f6aaa5842b223bc88fbb24f4719c61f0.zip | |
Added some more wrapped file oriented function to libc
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index b560b298..8c3d1966 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -340,7 +340,7 @@ GO(fflush_unlocked, iFp) //GOW(ffsl, //GO(ffsll, GOW(fgetc, iFp) -//GOW(fgetc_unlocked, +GOW(fgetc_unlocked, iFp) //GO(fgetgrent, //GOW(fgetgrent_r, GO(fgetpos, lFpp) @@ -353,13 +353,13 @@ GO(__fgets_chk, pFpLip) //GOW(fgetsgent_r, //GO(fgetspent, //GOW(fgetspent_r, -//GOW(fgets_unlocked, +GOW(fgets_unlocked, pFpip) //GO(__fgets_unlocked_chk, GOW(fgetwc, uFp) -//GOW(fgetwc_unlocked, +GOW(fgetwc_unlocked, uFp) //GO(fgetws, //GO(__fgetws_chk, -//GO(fgetws_unlocked, +GO(fgetws_unlocked, pFpip) //GO(__fgetws_unlocked_chk, //GO(fgetxattr, GOW(fileno, iFp) @@ -460,7 +460,7 @@ GOM(fwprintf, iFEppV) //Weak //GO(__fwprintf_chk, //GO(__fwritable, GOW(fwrite, LFpLLp) -//GO(fwrite_unlocked, +GO(fwrite_unlocked, LFpLLp) //GO(__fwriting, //GO(fwscanf, GOM(__fxstat, iFEiip) @@ -642,8 +642,8 @@ GOW(getuid, uFv) //GO(getw, GOW(getwc, uFp) //GO(getwchar, -//GO(getwchar_unlocked, -//GOW(getwc_unlocked, +GO(getwchar_unlocked, uFp) +GOW(getwc_unlocked, uFp) //GO(getwd, //GO(__getwd_chk, //GO(getxattr, |