aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/bcopy.c')
-rw-r--r--src/strings/bcopy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/bcopy.c b/src/strings/bcopy.c
index 1abeb7c..fa44e87 100644
--- a/src/strings/bcopy.c
+++ b/src/strings/bcopy.c
@@ -28,6 +28,8 @@
* @param whence The source memory segment.
* @param whither The destination memory segment.
* @param size The number of bytes to copy.
+ *
+ * @since Always.
*/
void bcopy(const void* whence, void* whither, size_t size)
{