diff options
Diffstat (limited to 'newlib/libc/string/strxfrm.c')
-rw-r--r-- | newlib/libc/string/strxfrm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/string/strxfrm.c b/newlib/libc/string/strxfrm.c index 9d0ab882b..edc1272de 100644 --- a/newlib/libc/string/strxfrm.c +++ b/newlib/libc/string/strxfrm.c @@ -32,7 +32,8 @@ DESCRIPTION copying takes place between objects that overlap, the behavior is undefined. - With a C locale, this function just copies. + (NOT Cygwin:) The current implementation of <<strxfrm>> simply copies + the input and does not support any language-specific transformations. RETURNS The <<strxfrm>> function returns the length of the transformed string |