aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/docs/src
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2014-11-07 13:44:09 -0800
committerTrevor Norris <trev.norris@gmail.com>2014-11-07 13:44:09 -0800
commit5845a6bcd5b36168bdddeb85da8d8d9d36de7642 (patch)
treee5325c0da0646041bc8b702bb50dcfbb14a0232c /deps/uv/docs/src
parente46cbaa06d6f69ae37c56d9ed1b854fbea779e30 (diff)
downloadandroid-node-v8-5845a6bcd5b36168bdddeb85da8d8d9d36de7642.tar.gz
android-node-v8-5845a6bcd5b36168bdddeb85da8d8d9d36de7642.tar.bz2
android-node-v8-5845a6bcd5b36168bdddeb85da8d8d9d36de7642.zip
uv: revert change causing build failures
Revert uv_thread_self() to return unsigned long instead of uv_thread_t. This was causing a build failure on Windows and is only a temporary fix until the proper patch lands upstream. Reverts: https://github.com/joyent/libuv/commit/59658a8 Fixes: ce112c2 "deps: update uv to v1.0.0-rc2"
Diffstat (limited to 'deps/uv/docs/src')
-rw-r--r--deps/uv/docs/src/threading.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/uv/docs/src/threading.rst b/deps/uv/docs/src/threading.rst
index 0d6c0df13f..38daf4e5a1 100644
--- a/deps/uv/docs/src/threading.rst
+++ b/deps/uv/docs/src/threading.rst
@@ -58,7 +58,6 @@ Threads
.. c:function:: int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg)
.. c:function:: unsigned long uv_thread_self(void)
.. c:function:: int uv_thread_join(uv_thread_t *tid)
-.. c:function:: int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2)
Thread-local storage
^^^^^^^^^^^^^^^^^^^^