diff options
Diffstat (limited to 'src/string')
-rw-r--r-- | src/string/strerror.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/string/strerror.c b/src/string/strerror.c index b51ce4c..7366f63 100644 --- a/src/string/strerror.c +++ b/src/string/strerror.c @@ -55,8 +55,6 @@ char* strerror(int errnum) * * The returned value must not be modified or freed. * - * As a slibc-specific modification, this function is MT-Safe. - * * @param errnum The error code. * @param locale The locale, must be a valid locale and not * `LC_GLOBAL_LOCALE`, lest the behaviour is undefined. |