about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-06 11:32:49 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-06 11:32:49 +0100
commitaba24babeafbfa8d834cc0ac214865bb214540fd (patch)
treed4789576910cbe0dfed7f44d568349bb43d50e99 /src/wrapped/wrappedlibc_private.h
parentef46db650e1b9294a964aae62e1f4426756cd1c1 (diff)
downloadbox64-aba24babeafbfa8d834cc0ac214865bb214540fd.tar.gz
box64-aba24babeafbfa8d834cc0ac214865bb214540fd.zip
Added wrapped malloc function
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-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 59370941..c26b9d65 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1088,7 +1088,7 @@ GOM(__libc_start_main, iFEpippppp)
 //GOW(madvise, 
 //GOW(makecontext, 
 //GOW(mallinfo, 
-//GO(malloc, 
+GO(malloc, pFL) // need to wrap to clear allocated memory?
 //GO(malloc_get_state, 
 //GOW(malloc_info, 
 //GO(malloc_set_state,