diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-09 21:58:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-09 21:58:00 +0100 |
| commit | 79f365753e9da131a93767755ceeb67d67046c7c (patch) | |
| tree | b3958a62e69e1a032c01b63ce7183a1efa99e414 /src | |
| parent | 64b71981442fba6fe19ec230d9dae87294e42377 (diff) | |
| download | box64-79f365753e9da131a93767755ceeb67d67046c7c.tar.gz box64-79f365753e9da131a93767755ceeb67d67046c7c.zip | |
Added fdopen and fdopendir
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 07b617c6..6a59c80b 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -313,13 +313,13 @@ GOM(fcntl64, iFEiiN) //Weak //GO(__fdelt_chk, //GO(__fdelt_warn, //GO(fdetach, -//GO(fdopen, -//GOW(fdopendir, +GO(fdopen, pFip) +GOW(fdopendir, pFi) //GO(__fentry__, -//GOW(feof, -//GOW(feof_unlocked, -//GOW(ferror, -//GOW(ferror_unlocked, +GOW(feof, iFp) +GOW(feof_unlocked, iFp) +GOW(ferror, iFp) +GOW(ferror_unlocked, iFp) //GO(fexecve, GOW(fflush, iFp) GO(fflush_unlocked, iFp) |