about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-06 10:07:46 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-06 10:07:46 +0100
commitf335df23ec5276ebf67c0a9d59fb504da60839aa (patch)
treeff277634e211b256b47e7a7e73eb702240e6fba0 /src
parentbee17de8a4f1a6056158807df5b7fc9c1f914b9b (diff)
downloadbox64-f335df23ec5276ebf67c0a9d59fb504da60839aa.tar.gz
box64-f335df23ec5276ebf67c0a9d59fb504da60839aa.zip
Added __cxa_atexit wrapped function
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
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,