From 7aa7ef6baf7c9bb71a3b8643a38ce31036088d06 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 9 Jul 2021 09:02:20 +0200 Subject: Added wrapped euidaccess and eaccess functions to libc (for #21) --- src/wrapped/wrappedlibc_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 375d6bd9..b5f5718f 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -226,7 +226,7 @@ GOW(dup3, iFiiO) GO(__duplocale, pFp) GOW(duplocale, pFp) //GO(dysize, -//GOW(eaccess, +GOW(eaccess, iFpi) //GO(ecb_crypt, //GO(ecvt, //GOW(ecvt_r, @@ -285,7 +285,7 @@ GO(__errno_location, pFv) //GO(ether_ntoa, //GO(ether_ntoa_r, //GO(ether_ntohost, -//GOW(euidaccess, +GOW(euidaccess, iFpi) GO(eventfd, iFui) GO(eventfd_read, iFip) GO(eventfd_write, iFiU) -- cgit 1.4.1