From 343272137947896ecdcdcff6a0ae1fc3d7a476ab Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 23 Apr 2021 14:01:25 +0200 Subject: Added 2 more wrapped funciton to libc --- src/wrapped/wrappedlibc_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index b5c17e44..89bdcc05 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -549,8 +549,8 @@ GO(getnameinfo, iFpupLpLi) GOW(get_nprocs, iFv) GOW(get_nprocs_conf, iFv) GO(getopt, iFipp) -//GO(getopt_long, -//GO(getopt_long_only, +GO(getopt_long, iFipppp) +GO(getopt_long_only, iFipppp) GO(__getpagesize, iFv) GOW(getpagesize, iFv) //GO(getpass, -- cgit 1.4.1