]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/loadarchive.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / locale / loadarchive.c
index 158cf14af8d21a1ade62d348ddbfa410880ef150..516d30d8d16bd578de8b99646ebc67434961a69d 100644 (file)
@@ -1,5 +1,5 @@
 /* Code to load locale data from the locale archive file.
-   Copyright (C) 2002-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002-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
@@ -130,7 +130,6 @@ calculate_head_size (const struct locarhead *h)
    structure.  If successful, sets *NAMEP to point directly into the mapped
    archive string table; that way, the next call can short-circuit strcmp.  */
 struct __locale_data *
-internal_function
 _nl_load_locale_from_archive (int category, const char **namep)
 {
   const char *name = *namep;