From 41ebdc7604a0d41484df84b7bc2fa51e0a75ec16 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 13 Jul 2021 17:42:43 +0200 Subject: Added 1 more wrapped function and fixed signature of 2 other --- src/wrapped/wrappedlibc_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wrapped/wrappedlibc_private.h') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 580b6e98..1a4df882 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1853,10 +1853,10 @@ GO(__strtok_r, pFppp) GOW(strtok_r, pFppp) //GO(__strtok_r_1c, GOW(strtol, lFppi) -//GO(strtold, +GO(strtold, DFpp) //GO(__strtold_internal, -GO(__strtold_l, dFppiL) -GOW(strtold_l, dFppiL) +GO(__strtold_l, DFppiL) +GOW(strtold_l, DFppiL) //GO(__strtold_nan, GO(__strtol_internal, lFppii) GO(__strtol_l, lFppi) -- cgit 1.4.1