Clarify/add LWIP_PROVIDE_ERRNO comments

This commit is contained in:
goldsimon
2017-01-31 12:38:53 +01:00
parent 2685d742e8
commit 48d2243845
2 changed files with 6 additions and 3 deletions

View File

@@ -282,8 +282,9 @@ cc.h - Architecture environment, some compiler specific, some
definition of it, or include a file which defines it.
This file must either include a system-local <errno.h> which defines
the standard *nix error codes, or it should #define LWIP_PROVIDE_ERRNO
to make lwip/arch.h define the codes which are used throughout.
the standard *nix error codes (or define LWIP_ERRNO_INCLUDE to that file name),
or it should #define LWIP_PROVIDE_ERRNO to make lwip/arch.h define the codes
which are used throughout.
perf.h - Architecture specific performance measurement.