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