From eece1a7ac5896144a7ad5562761095446c004e29 Mon Sep 17 00:00:00 2001 From: aozima Date: Wed, 1 Jul 2015 16:44:56 +0800 Subject: [PATCH] update armlibc/sys/errno.h: define EADDRNOTAVAIL --- components/libc/armlibc/sys/errno.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/libc/armlibc/sys/errno.h b/components/libc/armlibc/sys/errno.h index ee877c9006..e4371d749a 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 */ -- GitLab