]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strcasecmp_l.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / string / strcasecmp_l.c
similarity index 90%
rename from sysdeps/generic/strcasecmp_l.c
rename to string/strcasecmp_l.c
index 1cd3fe14c5bdd78f78f9db38b268c7dd96de0108..498a27d975b36cbd4c5398204311d380b80f5aae 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 2002, 2005 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
@@ -17,7 +17,7 @@
    02111-1307 USA.  */
 
 #define USE_IN_EXTENDED_LOCALE_MODEL   1
-#include <sysdeps/generic/strcasecmp.c>
+#include "strcasecmp.c"
 
 libc_hidden_def (__strcasecmp_l)
 weak_alias (__strcasecmp_l, strcasecmp_l)