aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/explicit_bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/explicit_bzero.c')
-rw-r--r--src/strings/explicit_bzero.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/explicit_bzero.c b/src/strings/explicit_bzero.c
index 387c666..34e2cac 100644
--- a/src/strings/explicit_bzero.c
+++ b/src/strings/explicit_bzero.c
@@ -37,6 +37,8 @@ void* (*volatile __slibc_explicit_memset)(void*, int, size_t) = memset;
*
* @param segment The memory segment to override.
* @param size The size of the memory segment.
+ *
+ * @since Always.
*/
void explicit_bzero(void* segment, size_t size)
{