summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygwin.din
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-04 20:44:17 +0000
committerChristopher Faylor <me@cgf.cx>2002-12-04 20:44:17 +0000
commit838ad58232c99010e3171c1c0c6988f7e5f6f078 (patch)
tree14f1f890b7a4bce5e4acc61425baaac624b26ace /winsup/cygwin/cygwin.din
parent7453997e0e4f7fa169bfc3ada828834f89f5b38a (diff)
downloadcygnal-838ad58232c99010e3171c1c0c6988f7e5f6f078.tar.gz
cygnal-838ad58232c99010e3171c1c0c6988f7e5f6f078.tar.bz2
cygnal-838ad58232c99010e3171c1c0c6988f7e5f6f078.zip
* 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/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 94a0dd64b..4a2a94936 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -1308,3 +1308,9 @@ acltotext
_acltotext = acltotext
aclfromtext
_aclfromtext = aclfromtext
+setprotoent = cygwin_setprotoent
+setservent = cygwin_setservent
+getservent = cygwin_getservent
+getprotoent = cygwin_getprotoent
+endprotoent = cygwin_endprotoent
+endservent = cygwin_endservent