]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nss/valid_list_field.c
Fix IA64 links-dso-program link.
[thirdparty/glibc.git] / nss / valid_list_field.c
index 9763c89bcddb1ed08cb939522b1816921b79b49d..e8376e357f91b435ec912425e1c80d84352fb854 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2015-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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)