1
0
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:
Florian Weimer
2017-08-31 15:56:32 +02:00
parent 0c71122c0c
commit 75b3047eac
9 changed files with 23 additions and 25 deletions

View File

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