libuv/src
Ben Noordhuis 372ac34d5f linux: translate futimes() fallback error codes
The fallback added in 9d4a16e uses the /proc filesystem to emulate
utimensat().

Translate error codes that indicate no procfs is mounted to ENOSYS.
Letting those error codes through unchecked will only confuse callers.
2013-01-17 18:43:07 +01:00
..
unix linux: translate futimes() fallback error codes 2013-01-17 18:43:07 +01:00
win unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
fs-poll.c unix: fix up #if defined checks 2013-01-06 22:31:47 +01:00
inet.c win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
uv-common.c Add uv_thread_self. 2012-09-13 16:08:07 +02:00
uv-common.h windows: closing handles should always keep the loop alive 2012-10-25 15:10:29 +02:00