* net.cc (cygwin_inet_aton): New function.

* cygwin.din: Export cygwin_inet_aton as inet_aton.
This commit is contained in:
Corinna Vinschen
2000-11-25 10:23:55 +00:00
parent a76857b272
commit 0bec01198b
3 changed files with 22 additions and 2 deletions

View File

@@ -949,6 +949,7 @@ _select = cygwin_select
send = cygwin_send
socket = cygwin_socket
setsockopt = cygwin_setsockopt
inet_aton = cygwin_inet_aton
inet_ntoa = cygwin_inet_ntoa
recvfrom = cygwin_recvfrom
sendto = cygwin_sendto