diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:56:21 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:06 +0200 |
commit | 0c71122c0cee483a4e6abcdbe78a1595eefe86e2 (patch) | |
tree | f31e337cfc0c1c35dc1b4658ceb54894d5564047 /malloc/mtrace.c | |
parent | ca4ec8039628cac6600541472b068be7535d4bb4 (diff) | |
download | glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.tar glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.tar.gz glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.tar.bz2 glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.zip |
malloc: Remove the internal_function attribute
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) |