From 97f3955fb554cf34795aa087cb2c6bda112d974d Mon Sep 17 00:00:00 2001 From: drepper Date: Mon, 6 Oct 1997 00:51:03 +0000 Subject: [PATCH] (tr_where): Makr as internal function. --- malloc/mtrace.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 54c9dfffbd..c1704d00ea 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -73,8 +73,9 @@ tr_break () { } -static void tr_where __P ((const __ptr_t)); +static void tr_where __P ((const __ptr_t)) internal_function; static void +internal_function tr_where (caller) const __ptr_t caller; { -- 2.11.0