1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

malloc: Remove the internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 15:56:21 +02:00
parent ca4ec80396
commit 0c71122c0c
6 changed files with 23 additions and 26 deletions

View File

@ -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)