mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
stdlib: Remove internal_function attribute
This commit is contained in:
@ -94,8 +94,7 @@ static int print;
|
||||
|
||||
/* Prototypes for local functions. */
|
||||
static void init (void);
|
||||
static int internal_addseverity (int severity, const char *string)
|
||||
internal_function;
|
||||
static int internal_addseverity (int severity, const char *string);
|
||||
|
||||
|
||||
int
|
||||
@ -295,7 +294,6 @@ init (void)
|
||||
|
||||
/* Add the new entry to the list. */
|
||||
static int
|
||||
internal_function
|
||||
internal_addseverity (int severity, const char *string)
|
||||
{
|
||||
struct severity_info *runp, *lastp;
|
||||
|
Reference in New Issue
Block a user