ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets.
commitc915215ba6a7bae5d4f850e2c67f29c81df9a1a9
authorAlexandre Julliard <julliard@winehq.org>
Mon, 9 Apr 2007 10:21:24 +0000 (9 12:21 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Apr 2007 10:21:24 +0000 (9 12:21 +0200)
tree167d605b17377b49dc7b1d664e82a5854484d29f
parentd57872567dad54da0ee4c5742108e5387986b2bd
ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets.
dlls/kernel32/tests/mailslot.c
dlls/ntdll/file.c