From df61d561f6aaa5842b223bc88fbb24f4719c61f0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 28 May 2021 08:08:59 +0200 Subject: Added some more wrapped file oriented function to libc --- src/wrapped/wrappedlibc_private.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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, -- cgit 1.4.1