From 869691c6f7691dd5bf343617aa185c32e0d3d160 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 29 Jan 2016 12:48:18 -0800 Subject: Export malloc_iterate and friends Export malloc_iterate, malloc_enable, and malloc_disable to be used by libmemunreachable. Change-Id: I08a50349af82a95d096b6b4cbac37ababe4b9b06 --- libc/libc.x86.map | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/libc.x86.map') diff --git a/libc/libc.x86.map b/libc/libc.x86.map index 1e44e2a56..56d660984 100644 --- a/libc/libc.x86.map +++ b/libc/libc.x86.map @@ -624,6 +624,9 @@ LIBC { madvise; mallinfo; malloc; + malloc_disable; + malloc_enable; + malloc_iterate; malloc_info; malloc_usable_size; mbrlen; -- cgit v1.2.3