浏览代码

Merge pull request #509 from aozima/pulls1

update armlibc/sys/errno.h: define EADDRNOTAVAIL
Bernard Xiong 9 年之前
父节点
当前提交
19d6c41db6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/libc/armlibc/sys/errno.h

+ 1 - 0
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 */