From f335df23ec5276ebf67c0a9d59fb504da60839aa Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 6 Mar 2021 10:07:46 +0100 Subject: Added __cxa_atexit wrapped function --- src/wrapped/wrappedlibc_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 14184df0..59370941 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -176,7 +176,7 @@ GOW(calloc, pFLL) //GO(__ctype_toupper_loc, //DATAB(__curbrk, //GO(cuserid, -//GO(__cxa_atexit, +GOM(__cxa_atexit, iFEppp) //GO(__cxa_at_quick_exit, GOM(__cxa_finalize, vFEp) //GO(__cxa_thread_atexit_impl, -- cgit 1.4.1