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 54c9dff..c1704d0 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; { |