1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/tiny_strerror
Marian Buschsieweke 8ec277c9eb
sys/tiny_strerror: add missing error codes
When double-checking the error codes provided by newlib by default
(without magic defines, such as `__LINUX_ERRNO_EXTENSIONS__` or
`__CYGWIN__`), some where still missing in `tiny_strerror()`. This
adds the missing ones.
2023-01-12 08:39:30 +01:00
..
Kconfig sys/tiny_strerror: add tiny strerror() implementation 2022-09-20 15:51:11 +02:00
Makefile sys/tiny_strerror: add tiny strerror() implementation 2022-09-20 15:51:11 +02:00
Makefile.include sys/tiny_strerror: add tiny strerror() implementation 2022-09-20 15:51:11 +02:00
tiny_strerror.c sys/tiny_strerror: add missing error codes 2023-01-12 08:39:30 +01:00