avr-libc
avr-libc copied to clipboard
[bug #44992] add some errno macros
Sat 02 May 2015 08:14:03 AM CEST
Errno macros are really useful inside programs, and they don't add any overhead unless they are used. Included is a patch to include a selection of POSIX.1 errnos, ommiting some that don't seem like they would ever apply.
file #33875: 0001-Add-some-POSIX.1-errno-values.patch
This issue was migrated from https://savannah.nongnu.org/bugs/?44992
Joerg Wunsch <joerg_wunsch> Sat 02 May 2015 09:03:26 AM CEST
What's the point of adding errno macros that aren't being used by the library?