From 15e4830dff22a2ddc9c364544cb5ec105639f5a4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 5 Jun 2021 15:10:53 +0200 Subject: Added a few more libc wrapped functions --- src/wrapped/wrappedlibc_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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, -- cgit 1.4.1