1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +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 @@ const char __nss_invalid_field_characters[] = NSS_INVALID_FIELD_CHARACTERS;
does not contain characters not permitted in NSS database
fields. */
_Bool
internal_function
__nss_valid_field (const char *value)
{
return value == NULL