mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c8d60a2d31
18763: sys/tiny_strerror: add missing error codes r=benpicco a=maribu ### Contribution description 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. This in turn showed that three errno codes were missing in the avr-libc compat `errno.h`, which are added as well. ### Testing procedure Murdock should double check that the added errno codes indeed are defined by default. ### Issues/PRs references None Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de> |
||
---|---|---|
.. | ||
avr_libc_extra | ||
include | ||
ldscripts | ||
avr8_cpu.c | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
startup.c | ||
thread_arch.c |