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:
authorChristopher Faylor <me@cgf.cx>2002-12-04 23:44:17 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-04 23:44:17 +0300
commit838ad58232c99010e3171c1c0c6988f7e5f6f078 (patch)
tree14f1f890b7a4bce5e4acc61425baaac624b26ace /winsup/cygwin/include
parent7453997e0e4f7fa169bfc3ada828834f89f5b38a (diff)
* netdb.cc: New file.
* Makeile.in (DLL_OFILES): Add reference to the new netdb.cc file. * cygwin.din : Add new aliased exports for service and protocol enumerations in netdb.cc.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index b2ac4f9cc..26a03b539 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -165,12 +165,13 @@ details. */
65: Export siginterrupt
66: Export nl_langinfo
67: Export pthread_getsequence_np
+ 68: Export netdb stuff
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 67
+#define CYGWIN_VERSION_API_MINOR 68
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible