diff options
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, |