diff options
Diffstat (limited to 'malloc/mtrace.c')
-rw-r--r-- | malloc/mtrace.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; { |