aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
index b38e849..ea3a4de 100644
--- a/include/string.h
+++ b/include/string.h
@@ -493,6 +493,8 @@ char* strstrmove(char*, const char*, const char* restrict)
* Copy a memory segment to another, possibly overlapping, segment,
* stop when a NUL byte 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 bytes to copy.