diff options
Diffstat (limited to 'wcsmbs/wcscoll.c')
-rw-r--r-- | wcsmbs/wcscoll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcscoll.c b/wcsmbs/wcscoll.c index 1dfe93918b..6fbd13df72 100644 --- a/wcsmbs/wcscoll.c +++ b/wcsmbs/wcscoll.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -27,7 +27,7 @@ # define STRCOLL wcscoll #endif #define STRCMP wcscmp -#define STRLEN wcslen +#define STRLEN __wcslen #define WEIGHT_H "../locale/weightwc.h" #define SUFFIX WC #define L(arg) L##arg |