...
The C Standard, 7.26.6.3 paragraph 3 [ISO/IEC 9899:20112024], specifically states that strerror()
is not required to avoid data races.
...
[IEEE Std 1003.1:2013] | Section 2.9.1, "Thread Safety" |
[ISO/IEC 9899:20112024] | Subclause 7.2426.6.23, "The |
[Open Group 1997b] | Section 10.12, "Thread-Safe POSIX.1 and C-Language Functions" |
...