libuv/src
Ben Noordhuis 454688dc61 win: don't use inline keyword in thread.c
The reported bug is arguably a compiler bug - a non-static inline
function should be inlined inside the compilation unit but still
have external linkage - but the abundant use of 'inline' isn't
really necessary in the first place.  Remove it.

Fixes: https://github.com/libuv/libuv/issues/191
PR-URL: https://github.com/libuv/libuv/pull/194
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-02-11 21:36:16 +01:00
..
unix unix: implement uv_stream_set_blocking() 2015-02-09 13:28:52 +01:00
win win: don't use inline keyword in thread.c 2015-02-11 21:36:16 +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