aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strerror/strerror_r_gnu.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strerror/strerror_r_gnu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strerror/strerror_r_gnu.c b/src/string/strerror/strerror_r_gnu.c
index 3e8bfd4..539866a 100644
--- a/src/string/strerror/strerror_r_gnu.c
+++ b/src/string/strerror/strerror_r_gnu.c
@@ -36,6 +36,8 @@
* is set to indicate the error.
*
* @throws ERANGE `buf` was too small to store the description.
+ *
+ * @since Always.
*/
char* __gnu_strerror_r(int errnum, char* buf, size_t buflen)
{