about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-21 14:58:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-21 14:58:49 +0200
commitd16d985a48877b190fab31cfe82eaa380cd8bc3e (patch)
tree4236cea625348e6dd1c356385a6c76fddd690b5c /src
parent0a2ea72d72109f82dea964461127619710428039 (diff)
downloadbox64-d16d985a48877b190fab31cfe82eaa380cd8bc3e.tar.gz
box64-d16d985a48877b190fab31cfe82eaa380cd8bc3e.zip
More libc wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 6baf41a0..b5c17e44 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -11,7 +11,7 @@
 GO(abort, vFv)
 //DATAB(__abort_msg, 
 //GO(abs, 
-//GO(accept, 
+GO(accept, iFipp)
 //GO(accept4, 
 GOW(access, iFpi)
 //GO(acct, 
@@ -509,7 +509,7 @@ GO(getgrent, pFv)
 //GO(getgrnam, 
 //GO(getgrnam_r, 
 //GO(getgrouplist, 
-//GOW(getgroups, 
+GOW(getgroups, iFip)
 //GO(__getgroups_chk, 
 //GO(gethostbyaddr, 
 //GO(gethostbyaddr_r, 
@@ -1066,7 +1066,7 @@ GOM(__libc_start_main, iFEpippppp)
 //GO(__libc_vfork, 
 //GOW(link, 
 //GO(linkat, 
-//GOW(listen, 
+GOW(listen, iFii)
 //GO(listxattr, 
 //GO(llabs, 
 //GO(lldiv,