[runtime] Fixed interruptible wapi_sendfile part2.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 9 Jun 2016 11:42:15 +0000 (12:42 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 9 Jun 2016 11:42:15 +0000 (12:42 +0100)
commitfff8e4e1c501d497eb874f4eb72532a81e2985c1
treeb2571116410c1fac17db09d749f7a6278e0a3ef6
parent11743177c75c480476fc46d64f2206e8b59a967d
[runtime] Fixed interruptible wapi_sendfile part2.

Fixed issue where underlying system without HAVE_SENDFILE
would not interrupt while sending a file even when the socket was
set as a non blocking one.
mono/io-layer/sockets.c