From ecac1815dbc5b06e42093cf8cb494cd6ee455d8b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 9 Mar 2021 22:08:04 +0100 Subject: A handfull libc wrapped functions --- src/wrapped/wrappedlibc_private.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 6a59c80b..350792cf 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -168,15 +168,15 @@ GO(closelog, vFv) //DATA(__ctype32_tolower, //DATA(__ctype32_toupper, //DATA(__ctype_b, -//GO(__ctype_b_loc, +GO(__ctype_b_loc, pFv) //GOW(__ctype_get_mb_cur_max, //GO(__ctype_init, -//DATA(__ctype_tolower, -//GO(__ctype_tolower_loc, -//DATA(__ctype_toupper, -//GO(__ctype_toupper_loc, +DATAM(__ctype_tolower, sizeof(void*)) +GO(__ctype_tolower_loc, pFv) +DATAM(__ctype_toupper, sizeof(void*)) +GO(__ctype_toupper_loc, pFv) //DATAB(__curbrk, -//GO(cuserid, +GO(cuserid, pFp) GOM(__cxa_atexit, iFEppp) //GO(__cxa_at_quick_exit, GOM(__cxa_finalize, vFEp) -- cgit 1.4.1