From 0e5bc91a14beb8756f2f76d2827a67ba53159b2a Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 13 Jul 2021 15:44:37 +0200 Subject: Added a couple of libc wrapped functions --- 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 7113bf1b..8f34d887 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -454,7 +454,7 @@ GOM(ftw, iFEppi) GOM(ftw64, iFEppi) GOW(funlockfile, vFp) GO(futimens, iFip) -//GOW(futimes, +GOW(futimes, iFip) //GO(futimesat, //GO(fwide, GOM(fwprintf, iFEppV) //Weak @@ -1098,7 +1098,7 @@ GO(__lseek, IFiIi) GOW(lseek, IFiIi) GOW(lseek64, IFiIi) GO(lsetxattr, iFpppLi) -//GO(lutimes, +GO(lutimes, iFpp) GOM(__lxstat, iFEipp) GOM(__lxstat64, iFEipp) GO(__madvise, iFpLi) -- cgit 1.4.1