aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/bzero.c')
-rw-r--r--src/strings/bzero.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/bzero.c b/src/strings/bzero.c
index e581b94..a85bbda 100644
--- a/src/strings/bzero.c
+++ b/src/strings/bzero.c
@@ -27,6 +27,8 @@
*
* @param segment The memory segment to override.
* @param size The size of the memory segment.
+ *
+ * @since Always.
*/
void bzero(void* segment, size_t size)
{