Files
ladybird/Userland/Libraries/LibC
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
..
2021-05-14 23:32:10 +02:00
2021-05-25 17:36:02 +02:00
2021-05-08 19:14:21 +02:00
2021-05-14 23:32:10 +02:00
2021-05-09 15:35:01 +02:00
2021-05-09 15:35:01 +02:00
2021-05-25 17:36:02 +02:00
2021-05-25 17:36:02 +02:00
2021-04-30 11:35:17 +02:00