* 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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user