diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:10:53 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:10:53 +0200 |
| commit | 15e4830dff22a2ddc9c364544cb5ec105639f5a4 (patch) | |
| tree | 5b30c622dfeb13b2cf4fd6dad320eaa0a29640f6 /src | |
| parent | ac1156d16552402e686f11f13b94d749aad14502 (diff) | |
| download | box64-15e4830dff22a2ddc9c364544cb5ec105639f5a4.tar.gz box64-15e4830dff22a2ddc9c364544cb5ec105639f5a4.zip | |
Added a few 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 e61a14e2..f20aedf9 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -568,7 +568,7 @@ GOW(getpeername, iFipp) GO(__getpid, uFv) GO(getpid, uFv) //GO(getpmsg, -//GOW(getppid, +GOW(getppid, pFv) GOW(getpriority, iFii) GO(getprotobyname, pFp) GO(getprotobyname_r, iFpppLp) @@ -2081,8 +2081,8 @@ GOM(vsyslog, vFEipp) //GO(vwprintf, //GO(__vwprintf_chk, //GO(vwscanf, -//GOW(__wait, -//GOW(wait, +GOW(__wait, lFp) +GOW(wait, lFp) //GOW(wait3, //GOW(wait4, //GOW(waitid, |