libuv/src
Ben Noordhuis 39c8a90a91 unix: set errno in sendfile emulation
The sendfile emulation in src/unix/fs.c polls the file descriptor for
write readiness. If POLLERR or POLLHUP is set, it bails out but doesn't
set errno (hence it doesn't report a useful error code). Rectify that.

Fixes #620.
2013-02-25 03:22:11 +01:00
..
unix unix: set errno in sendfile emulation 2013-02-25 03:22:11 +01:00
win unix, windows: make uv_timer_get_repeat() const correct 2013-02-20 17:01:00 +01:00
fs-poll.c unix, windows: make uv_fs_t.statbuf public 2013-02-10 17:50:03 +01:00
inet.c win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
uv-common.c Return the errorcode provided by uv_set_artificial_error. 2013-02-20 16:36:22 +01:00
uv-common.h windows: closing handles should always keep the loop alive 2012-10-25 15:10:29 +02:00