]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strcoll_l.c
* locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
[thirdparty/glibc.git] / string / strcoll_l.c
index 46aebbe426ddfa5815e695d89c8219fd738fd0ad..6611589ed08abfe37747bb6a174784feba302bc1 100644 (file)
@@ -1,6 +1,6 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995,96,97,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+   Written by Ulrich Drepper <drepper@gnu.org>, 1995.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -19,3 +19,5 @@
 
 #define USE_IN_EXTENDED_LOCALE_MODEL 1
 #include <strcoll.c>
+
+weak_alias (__strcoll_l, strcoll_l)