From d16d985a48877b190fab31cfe82eaa380cd8bc3e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 21 Apr 2021 14:58:49 +0200 Subject: More libc wrapped functions --- src/wrapped/wrappedlibc_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 6baf41a0..b5c17e44 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -11,7 +11,7 @@ GO(abort, vFv) //DATAB(__abort_msg, //GO(abs, -//GO(accept, +GO(accept, iFipp) //GO(accept4, GOW(access, iFpi) //GO(acct, @@ -509,7 +509,7 @@ GO(getgrent, pFv) //GO(getgrnam, //GO(getgrnam_r, //GO(getgrouplist, -//GOW(getgroups, +GOW(getgroups, iFip) //GO(__getgroups_chk, //GO(gethostbyaddr, //GO(gethostbyaddr_r, @@ -1066,7 +1066,7 @@ GOM(__libc_start_main, iFEpippppp) //GO(__libc_vfork, //GOW(link, //GO(linkat, -//GOW(listen, +GOW(listen, iFii) //GO(listxattr, //GO(llabs, //GO(lldiv, -- cgit 1.4.1