commit | 165def7ea6709f7f0617591f464fb95f711d2ac0 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Tue May 11 16:54:34 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 17 09:11:15 2021 -0400 |
tree | 10190430d8f562fec03ec0efa8ebaffa98061f59 | |
parent | 829e02ffc87e2a39d4f625b2b11a45bb37c50d4c [diff] |
libc: minimal: Align errno.h values with newlib In order to be able to document the error codes with Doxygen and Breathe, start by aligning the macro values to those provided by newlib in include/sys/errno.h: https://github.com/zephyrproject-rtos/newlib-cygwin/blob/zephyr-newlib-4.1.0/newlib/libc/include/sys/errno.h Also get rid of the (unused and untrue) ERRMAX definition. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>