Skip to content
Snippets Groups Projects
Commit bb0d22ed authored by Corey Farrell's avatar Corey Farrell
Browse files

alertpipe: Correct documented return of ast_alertpipe_write.

Change-Id: I4ea49c441890a81384144479dc93ab5a3989486d
parent 25f7eda3
Branches
Tags
No related merge requests found
...@@ -65,7 +65,8 @@ ast_alert_status_t ast_alertpipe_read(int alert_pipe[2]); ...@@ -65,7 +65,8 @@ ast_alert_status_t ast_alertpipe_read(int alert_pipe[2]);
* *
* \param p a two-element array containing the alert pipe's file descriptors * \param p a two-element array containing the alert pipe's file descriptors
* *
* \return see write(2) * \retval 0 Success
* \retval 1 Failure
*/ */
ssize_t ast_alertpipe_write(int alert_pipe[2]); ssize_t ast_alertpipe_write(int alert_pipe[2]);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment