summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/threading.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/threading.rst')
-rw-r--r--deps/uv/docs/src/threading.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/docs/src/threading.rst b/deps/uv/docs/src/threading.rst
index aab13f84b6..e876dde125 100644
--- a/deps/uv/docs/src/threading.rst
+++ b/deps/uv/docs/src/threading.rst
@@ -56,6 +56,9 @@ Threads
^^^^^^^
.. c:function:: int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg)
+
+ .. versionchanged:: 1.4.1 returns a UV_E* error code on failure
+
.. c:function:: uv_thread_t 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)