mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
NSS: Remove internal_function function attribute
This commit is contained in:
@ -24,7 +24,6 @@ static const char invalid_characters[] = NSS_INVALID_FIELD_CHARACTERS ",";
|
||||
/* Check that all list members match the field syntax requirements and
|
||||
do not contain the character ','. */
|
||||
_Bool
|
||||
internal_function
|
||||
__nss_valid_list_field (char **list)
|
||||
{
|
||||
if (list == NULL)
|
||||
|
Reference in New Issue
Block a user