diff --git a/components/libc/armlibc/sys/errno.h b/components/libc/armlibc/sys/errno.h index ee877c900685fd253ed9c6485f1924177deec5c6..e4371d749a7001ae53fe6b17a4877235c8b336b8 100644 --- a/components/libc/armlibc/sys/errno.h +++ b/components/libc/armlibc/sys/errno.h @@ -60,6 +60,7 @@ #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ #define EADDRINUSE 98 /* Address already in use */ +#define EADDRNOTAVAIL 99 /* Cannot assign requested address */ #define ENETDOWN 100 /* Network is down */ #define ENETUNREACH 101 /* Network is unreachable */ #define ECONNABORTED 103 /* Software caused connection abort */