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 --- include/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wchar.h b/include/wchar.h index ec93d1b..ce64a5b 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -177,7 +177,6 @@ wchar_t* wmemccpy(wchar_t* restrict, const wchar_t* restrict, wchar_t, size_t); * one character passed the last written character. */ wchar_t* wmemcmove(wchar_t*, const wchar_t*, wchar_t, size_t); -#endif /** * Override a NUL character-terminated memory segment @@ -191,6 +190,7 @@ wchar_t* wmemcmove(wchar_t*, const wchar_t*, wchar_t, size_t); */ wchar_t* wcsset(wchar_t*, wchar_t) __GCC_ONLY(__attribute__((__returns_nonnull__, __nonnull__))); +#endif /** * Copy a memory segment to another, non-overlapping, segment, -- cgit v1.2.3-70-g09d2