This commit adds compatibility with POSIX writev according to the Open Group specification: http://pubs.opengroup.org/onlinepubs/009695399/functions/writev.html Implementation maps to sendmsg in the same manner that write() maps to send()
This commit adds compatibility with POSIX writev according to the Open Group specification: http://pubs.opengroup.org/onlinepubs/009695399/functions/writev.html Implementation maps to sendmsg in the same manner that write() maps to send()