diff options
Diffstat (limited to 'newlib/libc/string/wmemmove.c')
-rw-r--r-- | newlib/libc/string/wmemmove.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/string/wmemmove.c b/newlib/libc/string/wmemmove.c index f49e359f3..6986fde22 100644 --- a/newlib/libc/string/wmemmove.c +++ b/newlib/libc/string/wmemmove.c @@ -1,6 +1,6 @@ /* FUNCTION - <<wmemmove>>---wmemmove - copy wide-characters in memory with overlapping areas + <<wmemmove>>---copy wide characters in memory with overlapping areas ANSI_SYNOPSIS #include <wchar.h> @@ -33,6 +33,7 @@ RETURNS PORTABILITY <<wmemmove>> is ISO/IEC 9899/AMD1:1995 (ISO C). + No supporting OS subroutines are required. */ |