Browse Source

Permanently disable LWIP_PROVIDE_ERRNO

STABLE-2_1_x
Xadhoom 5 years ago
parent
commit
17202b31cf
  1. 1
      src/include/lwip/errno.h

1
src/include/lwip/errno.h

@ -44,6 +44,7 @@ extern "C" {
#endif #endif
#ifdef LWIP_PROVIDE_ERRNO #ifdef LWIP_PROVIDE_ERRNO
#error "This fork does not support configurations with LWIP_PROVIDE_ERRNO"
#define EPERM 1 /* Operation not permitted */ #define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */ #define ENOENT 2 /* No such file or directory */

Loading…
Cancel
Save