From 0a9ed0f9b84247b0dda23500b7ab301a1238736b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Nov 2015 06:57:59 +0100 Subject: m + split wchar/*.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/wchar/wmemmove.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/wchar/wmemmove.c') diff --git a/src/wchar/wmemmove.c b/src/wchar/wmemmove.c index c3cadbc..b531468 100644 --- a/src/wchar/wmemmove.c +++ b/src/wchar/wmemmove.c @@ -41,20 +41,3 @@ wchar_t* wmemmove(wchar_t* whither, const wchar_t* whence, size_t size) return r; } - -/** - * Copy a memory segment to another, possibly overlapping, segment. - * - * This is a slibc extension added for completeness. - * It is only available if GNU extensions are available. - * - * @param whither The destination memory segment. - * @param whence The source memory segment. - * @param size The number of wide characters to copy. - * @return `whither + size` is returned. - */ -wchar_t* wmempmove(wchar_t* whither, const wchar_t* whence, size_t size) -{ - return wmemmove(whither, whence, size) + size; -} - -- cgit v1.2.3-70-g09d2