* 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user