about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-04 10:39:27 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-04 10:39:27 +0200
commit53375ca72899a79a802f9310532190a293a5af75 (patch)
treede806903ccdc892886a6e13f7638705eb8da8b33 /src
parentf0503b67ebb590ae65e3b5ef425c7c222827e8d4 (diff)
downloadbox64-53375ca72899a79a802f9310532190a293a5af75.tar.gz
box64-53375ca72899a79a802f9310532190a293a5af75.zip
Redirected libc wrapped function mcount to _mcount as it may not exist
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 ed0b03bc..0a2ab89c 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1133,7 +1133,7 @@ GO(mbtowc, iFppL)
 //GO(mcheck_pedantic, 
 //GO(_mcleanup, 
 GO(_mcount, vFpp)
-GOW(mcount, vFpp)
+GO2(mcount, vFpp, _mcount)
 GOW(memalign, pFLL)
 GOW(memccpy, pFppiL)
 GO(memchr, pFpiL)