aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcsnmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsnmove.c')
-rw-r--r--src/wchar/wcsnmove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcsnmove.c b/src/wchar/wcsnmove.c
index 1abe3f0..899b611 100644
--- a/src/wchar/wcsnmove.c
+++ b/src/wchar/wcsnmove.c
@@ -23,6 +23,8 @@
* 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.