diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-21 14:58:49 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-21 14:58:49 +0200 |
| commit | d16d985a48877b190fab31cfe82eaa380cd8bc3e (patch) | |
| tree | 4236cea625348e6dd1c356385a6c76fddd690b5c /src | |
| parent | 0a2ea72d72109f82dea964461127619710428039 (diff) | |
| download | box64-d16d985a48877b190fab31cfe82eaa380cd8bc3e.tar.gz box64-d16d985a48877b190fab31cfe82eaa380cd8bc3e.zip | |
More libc wrapped functions
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 6 |
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, |