* cygwin.din: Add recvmsg and sendmsg.

* net.cc: Add cygwin_recvmsg and cygwin_sendmsg.
        * /usr/include/sys/socket.h: Add recvmsg and sendmsg.
This commit is contained in:
Corinna Vinschen
2002-01-19 16:11:00 +00:00
parent 2d3dab2ea5
commit 7d6be0d616
4 changed files with 71 additions and 0 deletions

View File

@@ -1036,6 +1036,8 @@ setsockopt = cygwin_setsockopt
inet_aton = cygwin_inet_aton
inet_ntoa = cygwin_inet_ntoa
recvfrom = cygwin_recvfrom
recvmsg = cygwin_recvmsg
sendmsg = cygwin_sendmsg
sendto = cygwin_sendto
shutdown = cygwin_shutdown
sethostent