mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
nuttx/fs/fs.h: Correct the comment for the return value of nx_dup2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
db517cc229
commit
56d0fbf68e
@@ -795,7 +795,7 @@ int file_dup2(FAR struct file *filep1, FAR struct file *filep2);
|
|||||||
* applications.
|
* applications.
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Zero (OK) is returned on success; a negated errno value is return on
|
* fd2 is returned on success; a negated errno value is return on
|
||||||
* any failure.
|
* any failure.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user