about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-01 14:59:21 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-01 14:59:21 +0200
commiteaeef7e9e9a855631656bb027b69d76f807cade8 (patch)
tree86fc04c891a93f77bd2ee5491dd684fbb436a672 /src/wrapped
parent30091b2af6e0cb5a25d4a4a85ad2c8fb9fc5a372 (diff)
downloadbox64-eaeef7e9e9a855631656bb027b69d76f807cade8.tar.gz
box64-eaeef7e9e9a855631656bb027b69d76f807cade8.zip
Added wrapped fchmodat function
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
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)