diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-08 10:05:26 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-08 10:05:26 +0200 |
| commit | 52e4edd1475132224febbc923bcf454049f81bea (patch) | |
| tree | a397fbe2f62261b7a40f8f9c87f1d2d06c77cbae /src | |
| parent | acc3ed85cb6d9e841b426346deef8b1b92b9480d (diff) | |
| download | box64-52e4edd1475132224febbc923bcf454049f81bea.tar.gz box64-52e4edd1475132224febbc923bcf454049f81bea.zip | |
Added dummy version of __cxa_thread_atexit_impl (for #28)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 | ||||
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
3 files changed, 3 insertions, 1 deletions
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, |