ext/libuv/docs/src/dll.rst in libuv-2.0.5 vs ext/libuv/docs/src/dll.rst in libuv-2.0.6

- old
+ new

@@ -32,10 +32,10 @@ .. c:function:: void uv_dlclose(uv_lib_t* lib) 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. .. c:function:: const char* uv_dlerror(const uv_lib_t* lib)