diff options
Diffstat (limited to '')
-rw-r--r-- | include/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h index dee9063..d30184f 100644 --- a/include/string.h +++ b/include/string.h @@ -63,8 +63,6 @@ char* strerror(int) * * 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. |