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