OSDN Git Service

* include/netdb.h (gethostbyname2): Declare.
authorcorinna <corinna>
Sun, 10 Jul 2011 13:22:48 +0000 (13:22 +0000)
committercorinna <corinna>
Sun, 10 Jul 2011 13:22:48 +0000 (13:22 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/netdb.h

index 76a6022..a971b0f 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-10  Corinna Vinschen  <corinna@vinschen.de>
+
+       * include/netdb.h (gethostbyname2): Declare.
+
 2011-07-09  Eric Blake  <eblake@redhat.com>
 
        * signal.cc (handle_sigprocmask): Return error rather than setting
index 1a6d241..69ef727 100644 (file)
@@ -188,6 +188,7 @@ void                endservent (void);
 void           endrpcent  (void);
 struct hostent *gethostbyaddr (const char *, int, int);
 struct hostent *gethostbyname (const char *);
+struct hostent *gethostbyname2 (const char *, int);
 struct hostent *gethostent (void);
 struct netent  *getnetbyaddr (long, int); /* u_long? */
 struct netent  *getnetbyname (const char *);