aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strerror/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strerror/strerror.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strerror/strerror.c b/src/string/strerror/strerror.c
index 315e40d..75af8bd 100644
--- a/src/string/strerror/strerror.c
+++ b/src/string/strerror/strerror.c
@@ -36,6 +36,8 @@
*
* @param errnum The error code.
* @return A description of the error.
+ *
+ * @since Always.
*/
char* strerror(int errnum)
{