Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Remove incorrect documentation comment.
Browse files Browse the repository at this point in the history
The callback for uv_close does not have a status parameter.
  • Loading branch information
waywardmonkeys authored and bnoordhuis committed Dec 1, 2011
1 parent b684deb commit c69ccfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uv.h
Expand Up @@ -226,7 +226,6 @@ UV_EXTERN int64_t uv_now(uv_loop_t*);
/*
* The status parameter is 0 if the request completed successfully,
* and should be -1 if the request was cancelled or failed.
* For uv_close_cb, -1 means that the handle was closed due to an error.
* Error details can be obtained by calling uv_last_error().
*
* In the case of uv_read_cb the uv_buf_t returned should be freed by the
Expand Down

0 comments on commit c69ccfa

Please sign in to comment.