summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestLibCString.cpp
AgeCommit message (Collapse)Author
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
This implements the XSI-compliant version of strerror_r() - as opposed to the GNU-specific variant. The function explicitly saves errno so as to not accidentally change it with one of the calls to other functions.