summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/dll.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/dll.rst')
-rw-r--r--deps/uv/docs/src/dll.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/dll.rst b/deps/uv/docs/src/dll.rst
index 3fb11e192d..fb13f90815 100644
--- a/deps/uv/docs/src/dll.rst
+++ b/deps/uv/docs/src/dll.rst
@@ -34,7 +34,7 @@ API
Close the shared library.
-.. c:function:: uv_dlsym(uv_lib_t* lib, const char* name, void** ptr)
+.. c:function:: int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr)
Retrieves a data pointer from a dynamic library. It is legal for a symbol
to map to NULL. Returns 0 on success and -1 if the symbol was not found.