aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strerror/strerror_r_xsi.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strerror/strerror_r_xsi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strerror/strerror_r_xsi.c b/src/string/strerror/strerror_r_xsi.c
index 70c3bc8..028226e 100644
--- a/src/string/strerror/strerror_r_xsi.c
+++ b/src/string/strerror/strerror_r_xsi.c
@@ -35,6 +35,8 @@
* @return Zero on success, value for `errno` on error
*
* @throws ERANGE `buf` was too small to store the description.
+ *
+ * @since Always.
*/
int __xsi_strerror_r(int errnum, char* buf, size_t buflen)
{