Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-10-14 12:55:44 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-10-14 12:55:44 +0400
commit7d9688b79355c0e0d91ce1f6d1e5189ed8121797 (patch)
tree2d9b0bdae274e74b35a87dd9a5c2f36eabc65cbc /winsup/cygwin/cygwin.din
parentaece55b982a562c6ae305d3892b4206f3efa3f22 (diff)
* cygwin.din: Add symbol hstrerror.
* net.cc: Change meaning of member `s' of struct host_errmap. (set_host_errno): Fix error in loop condition. (hstrerror): Ditto. (herror): Add appropriate functionality. * include/netdb.h: Add declaration of hstrerror. * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 29.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 31675836b..2399c8bf3 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -925,6 +925,7 @@ _ntohs = ntohs
accept = cygwin_accept
bind = cygwin_bind
connect = cygwin_connect
+hstrerror = cygwin_hstrerror
herror = cygwin_herror
inet_addr = cygwin_inet_addr
inet_network = cygwin_inet_network