diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-01 14:59:21 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-01 14:59:21 +0200 |
| commit | eaeef7e9e9a855631656bb027b69d76f807cade8 (patch) | |
| tree | 86fc04c891a93f77bd2ee5491dd684fbb436a672 /src/wrapped | |
| parent | 30091b2af6e0cb5a25d4a4a85ad2c8fb9fc5a372 (diff) | |
| download | box64-eaeef7e9e9a855631656bb027b69d76f807cade8.tar.gz box64-eaeef7e9e9a855631656bb027b69d76f807cade8.zip | |
Added wrapped fchmodat function
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 0d5730fe..5407afa4 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -305,7 +305,7 @@ GOW(_Exit, vFi) //GOW(fchdir, //GO(fchflags, GOW(fchmod, iFiu) -//GO(fchmodat, +GO(fchmodat, iFipui) GOW(fchown, iFiuu) //GO(fchownat, GO(fclose, iFp) |