about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-08 10:05:26 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-08 10:05:26 +0200
commit52e4edd1475132224febbc923bcf454049f81bea (patch)
treea397fbe2f62261b7a40f8f9c87f1d2d06c77cbae /src/wrapped/generated
parentacc3ed85cb6d9e841b426346deef8b1b92b9480d (diff)
downloadbox64-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.txt1
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
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) \