* fhandler_socket.cc (fhandler_socket::accept4): Set nonblocking

flag exactly according to flags, as on Linux.
	* net.cc (cygwin_accept): Maintain BSD semantics here.
This commit is contained in:
Corinna Vinschen
2010-01-15 21:34:27 +00:00
parent be0ca195b9
commit 9d5bf1b13c
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2010-01-15 Pierre A. Humblet <phumblet@phumblet.no-ip.org>
* fhandler_socket.cc (fhandler_socket::accept4): Set nonblocking
flag exactly according to flags, as on Linux.
* net.cc (cygwin_accept): Maintain BSD semantics here.
2010-01-15 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din (accept4): Export.