diff options
Diffstat (limited to 'wcsmbs/wcsxfrm.c')
-rw-r--r-- | wcsmbs/wcsxfrm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcsxfrm.c b/wcsmbs/wcsxfrm.c index c515657..d4ac133 100644 --- a/wcsmbs/wcsxfrm.c +++ b/wcsmbs/wcsxfrm.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 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 STRXFRM wcsxfrm #endif #define STRCMP wcscmp -#define STRLEN wcslen +#define STRLEN __wcslen #define STPNCPY __wcpncpy #define WEIGHT_H "../locale/weightwc.h" #define SUFFIX WC |