aboutsummaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index ce64a5b..5223d3f 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -423,6 +423,8 @@ wchar_t* wcsstrmove(wchar_t*, const wchar_t*, const wchar_t* restrict)
* Copy a memory segment to another, possibly overlapping, segment,
* stop when a NUL wide character is encountered.
*
+ * This is a slibc extension added for completeness.
+ *
* @param whither The destination memory segment.
* @param whence The source memory segment.
* @param maxlen The maximum number of wide characters to copy.