about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-13 15:44:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-13 15:44:37 +0200
commit0e5bc91a14beb8756f2f76d2827a67ba53159b2a (patch)
treef3feb9d34f1682df831350b928007fd758f3d4ab /src
parentc715141bf0f253ca6f604ca1e1d54c9f77f3b9c2 (diff)
downloadbox64-0e5bc91a14beb8756f2f76d2827a67ba53159b2a.tar.gz
box64-0e5bc91a14beb8756f2f76d2827a67ba53159b2a.zip
Added a couple of libc wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h4
1 files changed, 2 insertions, 2 deletions
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)