소스 검색

update armlibc/sys/errno.h: define EADDRNOTAVAIL

aozima 10 년 전
부모
커밋
eece1a7ac5
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 */