]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcscoll.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / wcsmbs / wcscoll.c
index 1957ddd2494f8317b64478b31ab6dc1930abfdb7..f6fadbeb961faa2be89f3c494d462bbbafca2dc4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996,1997,1999,2000,2001,2004 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
 
 #define STRING_TYPE wchar_t
 #define USTRING_TYPE wint_t
-#define STRCOLL wcscoll
+#define STRCOLL __wcscoll
 #define STRCOLL_L __wcscoll_l
+#define USE_HIDDEN_DEF
 
 #include "../string/strcoll.c"
 
 #ifndef USE_IN_EXTENDED_LOCALE_MODEL
-libc_hidden_weak (wcscoll)
+weak_alias (__wcscoll, wcscoll)
 #endif