diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2015-02-10 01:23:14 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-02-11 21:36:16 +0100 |
commit | 454688dc61485a8137dedc63df4c609efb3f1dcf (patch) | |
tree | e58c6e43ec3224488b363a4f4a8074fffb46dcb2 /docs/src | |
parent | fab74591c28fb95e2004604c8c5131408880f806 (diff) | |
download | libuv-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