about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-09 09:02:20 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-09 09:02:20 +0200
commit7aa7ef6baf7c9bb71a3b8643a38ce31036088d06 (patch)
tree93caaadb5397290a0e1075cbaa5c33aec8ee7c5c /src
parent66ed68ca48bfcbc479d5ed88a22a4b3a985a8502 (diff)
downloadbox64-7aa7ef6baf7c9bb71a3b8643a38ce31036088d06.tar.gz
box64-7aa7ef6baf7c9bb71a3b8643a38ce31036088d06.zip
Added wrapped euidaccess and eaccess functions to libc (for #21)
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 375d6bd9..b5f5718f 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -226,7 +226,7 @@ GOW(dup3, iFiiO)
 GO(__duplocale, pFp)
 GOW(duplocale, pFp)
 //GO(dysize, 
-//GOW(eaccess, 
+GOW(eaccess, iFpi)
 //GO(ecb_crypt, 
 //GO(ecvt, 
 //GOW(ecvt_r, 
@@ -285,7 +285,7 @@ GO(__errno_location, pFv)
 //GO(ether_ntoa, 
 //GO(ether_ntoa_r, 
 //GO(ether_ntohost, 
-//GOW(euidaccess, 
+GOW(euidaccess, iFpi)
 GO(eventfd, iFui)
 GO(eventfd_read, iFip)
 GO(eventfd_write, iFiU)