From 0c71122c0cee483a4e6abcdbe78a1595eefe86e2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 15:56:21 +0200 Subject: malloc: Remove the internal_function attribute --- malloc/hooks.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'malloc/hooks.c') diff --git a/malloc/hooks.c b/malloc/hooks.c index 4398c0a017..01be076f5e 100644 --- a/malloc/hooks.c +++ b/malloc/hooks.c @@ -132,7 +132,6 @@ malloc_check_get_size (mchunkptr p) into a user pointer with requested size req_sz. */ static void * -internal_function mem2mem_check (void *ptr, size_t req_sz) { mchunkptr p; @@ -166,7 +165,6 @@ mem2mem_check (void *ptr, size_t req_sz) pointer. If the provided pointer is not valid, return NULL. */ static mchunkptr -internal_function mem2chunk_check (void *mem, unsigned char **magic_p) { mchunkptr p; -- cgit v1.2.3