mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 11:47:00 +08:00
Clarify/add LWIP_PROVIDE_ERRNO comments
This commit is contained in:
@@ -1751,7 +1751,9 @@
|
||||
#define LWIP_SOCKET_SET_ERRNO 1
|
||||
#endif
|
||||
|
||||
/** LWIP_PROVIDE_ERRNO==1: Let lwIP provide ERRNO values.
|
||||
/** LWIP_PROVIDE_ERRNO==1: Let lwIP provide ERRNO values and the 'errno' variable.
|
||||
* If this is disabled, cc.h must either define 'errno', include <errno.h> or
|
||||
* define LWIP_ERRNO_INCLUDE to <errno.h> or equivalent.
|
||||
*/
|
||||
#if !defined LWIP_PROVIDE_ERRNO || defined __DOXYGEN__
|
||||
#define LWIP_PROVIDE_ERRNO 0
|
||||
|
||||
Reference in New Issue
Block a user