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-09-29 08:10:06 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-29 08:10:06 +0200
commitfb5bc122cc4b6b8d5a2baa5af7bb2dc4961de6b8 (patch)
tree27f61dd34583cc4255247ba1275cbd154d1bdf8d /src/wrapped/wrappedlibc_private.h
parent4c328d0fca2ca617341e338b4c3ca8a2d1c56509 (diff)
downloadbox64-fb5bc122cc4b6b8d5a2baa5af7bb2dc4961de6b8.tar.gz
box64-fb5bc122cc4b6b8d5a2baa5af7bb2dc4961de6b8.zip
Added mallinfo wrapped function (for #121)
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 275d89de..cc9fdf08 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1106,7 +1106,7 @@ GOM(__lxstat64, iFEipp)
 GO(__madvise, iFpLi)
 GOW(madvise, iFpLi)
 GOWM(makecontext, iFEppiV)
-//GOW(mallinfo, ?Fv)
+GOWM(mallinfo, pFEp)
 GOM(malloc, pFL) // need to wrap to clear allocated memory?
 //GO(malloc_get_state, // Obsolete
 GOW(malloc_info, iFip)