From 79f365753e9da131a93767755ceeb67d67046c7c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 9 Mar 2021 21:58:00 +0100 Subject: Added fdopen and fdopendir --- src/wrapped/wrappedlibc_private.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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) -- cgit 1.4.1