diff options
Diffstat (limited to 'src/string/strerror/strerror_r_gnu.c')
-rw-r--r-- | src/string/strerror/strerror_r_gnu.c | 2 |
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) { |