1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 19:35:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Gunnar Beutner
c81b3e1ee3 LibC: Implement strerror_r()
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.
2021-05-25 17:36:02 +02:00