serenity/Tests/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
..
accuracy-strtod.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
CMakeLists.txt LibC: Implement strerror_r() 2021-05-25 17:36:02 +02:00
memmem-tests.cpp
overlong_realpath.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
qsort-sorts-and-copies.cpp
scanf.cpp
snprintf-correctness.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
stack-smash.cpp
strlcpy-correctness.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
TestLibCDirEnt.cpp
TestLibCExec.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp LibC: Move mman.h to sys/mman.h 2021-05-14 22:24:02 +02:00
TestLibCString.cpp LibC: Implement strerror_r() 2021-05-25 17:36:02 +02:00
TestLibCTime.cpp