diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-04 20:44:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-04 20:44:17 +0000 |
commit | 838ad58232c99010e3171c1c0c6988f7e5f6f078 (patch) | |
tree | 14f1f890b7a4bce5e4acc61425baaac624b26ace /winsup/cygwin/cygwin.din | |
parent | 7453997e0e4f7fa169bfc3ada828834f89f5b38a (diff) | |
download | cygnal-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.din | 6 |
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 |