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:
@ -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)
|
||||
|
Reference in New Issue
Block a user