libuv/docs
Ben Noordhuis ff0316813d unix,windows: make uv_thread_create() return errno
Before this commit, UNIX returned -1 on failure.  Windows sometimes
returned a UV_E* error code and sometimes a bogus status code, courtesy
of errno values not mapping to UV_E* error codes on that platform.

PR-URL: https://github.com/libuv/libuv/pull/204
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-02-17 22:25:01 +01:00
..
src unix,windows: make uv_thread_create() return errno 2015-02-17 22:25:01 +01:00
make.bat doc: add API documentation 2014-09-11 09:38:35 +02:00
Makefile doc: add API documentation 2014-09-11 09:38:35 +02:00