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/wrapped/generated | |
| 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/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
2 files changed, 2 insertions, 0 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) \ |