From 52e4edd1475132224febbc923bcf454049f81bea Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 8 Jul 2021 10:05:26 +0200 Subject: Added dummy version of __cxa_thread_atexit_impl (for #28) --- src/wrapped/generated/functions_list.txt | 1 + src/wrapped/generated/wrappedlibctypes.h | 1 + src/wrapped/wrappedlibc_private.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index cc3593d1..30429ff5 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -1514,6 +1514,7 @@ wrappedlibc: - ftw64 - iFppp: - __cxa_atexit + - __cxa_thread_atexit_impl - __isoc99_vfscanf - __isoc99_vsscanf - __vfprintf_chk diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index db4289cf..8d4d05bb 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -122,6 +122,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(ftw, iFppi_t) \ GO(ftw64, iFppi_t) \ GO(__cxa_atexit, iFppp_t) \ + GO(__cxa_thread_atexit_impl, iFppp_t) \ GO(__isoc99_vfscanf, iFppp_t) \ GO(__isoc99_vsscanf, iFppp_t) \ GO(__vfprintf_chk, iFppp_t) \ diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 18040489..eed4cdc5 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -185,7 +185,7 @@ GO(cuserid, pFp) GOM(__cxa_atexit, iFEppp) //GO(__cxa_at_quick_exit, GOM(__cxa_finalize, vFEp) -//GO(__cxa_thread_atexit_impl, +GOM(__cxa_thread_atexit_impl, iFEppp) //GO(__cyg_profile_func_enter, //GO(__cyg_profile_func_exit, //GO(daemon, -- cgit 1.4.1