[uClibc-cvs] CVS update of uClibc/include (netdb.h)

Erik Andersen andersen at codepoet.org
Wed Sep 8 03:07:17 UTC 2004


    Date: Tuesday, September 7, 2004 @ 21:07:17
  Author: andersen
    Path: /var/cvs/uClibc/include

Modified: netdb.h (1.10 -> 1.11)

Doh!  As noted by Mike Frysinger I was too agressive at culling stuff


Index: uClibc/include/netdb.h
diff -u uClibc/include/netdb.h:1.10 uClibc/include/netdb.h:1.11
--- uClibc/include/netdb.h:1.10	Tue Sep  7 04:37:36 2004
+++ uClibc/include/netdb.h	Tue Sep  7 21:07:17 2004
@@ -414,6 +414,13 @@
 # define EAI_ADDRFAMILY	  -9	/* Address family for NAME not supported.  */
 # define EAI_MEMORY	  -10	/* Memory allocation failure.  */
 # define EAI_SYSTEM	  -11	/* System error returned in `errno'.  */
+# ifdef __USE_GNU
+#  define EAI_INPROGRESS  -100	/* Processing request in progress.  */
+#  define EAI_CANCELED	  -101	/* Request canceled.  */
+#  define EAI_NOTCANCELED -102	/* Request not canceled.  */
+#  define EAI_ALLDONE	  -103	/* All requests done.  */
+#  define EAI_INTR	  -104	/* Interrupted by a signal.  */
+# endif
 
 # define NI_MAXHOST      1025
 # define NI_MAXSERV      32



More information about the uClibc-cvs mailing list