summaryrefslogtreecommitdiff
path: root/wcsmbs/wcsxfrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcsxfrm.c')
-rw-r--r--wcsmbs/wcsxfrm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcsxfrm.c b/wcsmbs/wcsxfrm.c
index d3687c37e1..e41251f559 100644
--- a/wcsmbs/wcsxfrm.c
+++ b/wcsmbs/wcsxfrm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@@ -28,7 +28,7 @@
#else
# define STRXFRM wcsxfrm
#endif
-#define STRLEN wcslen
+#define STRLEN __wcslen
#define STPNCPY __wcpncpy
#include <string/strxfrm.c>