aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-02-10 01:23:14 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-02-11 21:36:16 +0100
commit454688dc61485a8137dedc63df4c609efb3f1dcf (patch)
treee58c6e43ec3224488b363a4f4a8074fffb46dcb2 /docs/src
parentfab74591c28fb95e2004604c8c5131408880f806 (diff)
downloadlibuv-454688dc61485a8137dedc63df4c609efb3f1dcf.tar.gz
libuv-454688dc61485a8137dedc63df4c609efb3f1dcf.zip
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>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions