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/mtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/mtrace.c') diff --git a/malloc/mtrace.c b/malloc/mtrace.c index d6eb49757b..6c362d9679 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -73,7 +73,7 @@ tr_break (void) } libc_hidden_def (tr_break) -static void internal_function +static void tr_where (const void *caller, Dl_info *info) { if (caller != NULL) -- cgit v1.2.3