diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-06 10:07:46 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-06 10:07:46 +0100 |
| commit | f335df23ec5276ebf67c0a9d59fb504da60839aa (patch) | |
| tree | ff277634e211b256b47e7a7e73eb702240e6fba0 /src | |
| parent | bee17de8a4f1a6056158807df5b7fc9c1f914b9b (diff) | |
| download | box64-f335df23ec5276ebf67c0a9d59fb504da60839aa.tar.gz box64-f335df23ec5276ebf67c0a9d59fb504da60839aa.zip | |
Added __cxa_atexit wrapped function
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
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, |