diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 15:44:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 15:44:37 +0200 |
| commit | 0e5bc91a14beb8756f2f76d2827a67ba53159b2a (patch) | |
| tree | f3feb9d34f1682df831350b928007fd758f3d4ab | |
| parent | c715141bf0f253ca6f604ca1e1d54c9f77f3b9c2 (diff) | |
| download | box64-0e5bc91a14beb8756f2f76d2827a67ba53159b2a.tar.gz box64-0e5bc91a14beb8756f2f76d2827a67ba53159b2a.zip | |
Added a couple of libc wrapped functions
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
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) |