From 30e8fa9620a826b67bc752b3b5aea32e413bb846 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 13 Mar 2021 09:29:49 +0100 Subject: Added a few libc wrapped functions --- src/wrapped/wrappedlibc_private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 57ddeb14..9db97834 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1801,16 +1801,16 @@ GO(strnlen, LFpL) GO(strpbrk, pFpp) //GO(__strpbrk_c2, //GO(__strpbrk_c3, -//GO(strptime, +GO(strptime, pFppp) //GOW(strptime_l, -//GOI(strrchr, -//GOW(strsep, +GO(strrchr, pFpi) +GOW(strsep, pFpp) //GO(__strsep_1c, //GO(__strsep_2c, //GO(__strsep_3c, //GO(__strsep_g, -//GO(strsignal, -//GOI(strspn, +GO(strsignal, pFi) +GO(strspn, LFpp) //GO(__strspn_c1, //GO(__strspn_c2, //GO(__strspn_c3, -- cgit 1.4.1