diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:56:32 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:06 +0200 |
commit | 75b3047eac76779f4e7902a9f47a6410bfdcc32f (patch) | |
tree | 532e0ed357695f1309487e53fd493ee1df3eeafb /nss/valid_list_field.c | |
parent | 0c71122c0cee483a4e6abcdbe78a1595eefe86e2 (diff) | |
download | glibc-75b3047eac76779f4e7902a9f47a6410bfdcc32f.tar.gz glibc-75b3047eac76779f4e7902a9f47a6410bfdcc32f.tar.xz glibc-75b3047eac76779f4e7902a9f47a6410bfdcc32f.zip |
NSS: Remove internal_function function attribute
Diffstat (limited to 'nss/valid_list_field.c')
-rw-r--r-- | nss/valid_list_field.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/valid_list_field.c b/nss/valid_list_field.c index 9763c89bcd..1d82519299 100644 --- a/nss/valid_list_field.c +++ b/nss/valid_list_field.c @@ -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) |