libuv/src
Massimiliano Torromeo fd3cf20a37 unix: fix glibc-2.20+ macro incompatibility
Since glibc-2.20 the _SVID_SOURCE macro is deprecated and the newer
_DEFAULT_SOURCE macro should be used instead.

Fixes: https://github.com/libuv/libuv/issues/173
PR-URL: https://github.com/libuv/libuv/pull/213
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-02-26 21:08:07 +01:00
..
unix unix: fix glibc-2.20+ macro incompatibility 2015-02-26 21:08:07 +01:00
win unix,windows: make uv_thread_create() return errno 2015-02-17 22:25:01 +01:00
fs-poll.c style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
uv-common.h win,unix: move loop functions which have identical implementations 2015-01-20 12:22:28 +01:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00