vfs: fix readdir return value documentation
This commit is contained in:
parent
dab3de5ea7
commit
e56c4f3553
@ -652,7 +652,8 @@ int vfs_opendir(vfs_DIR *dirp, const char *dirname);
|
|||||||
* @param[in] dirp pointer to open directory
|
* @param[in] dirp pointer to open directory
|
||||||
* @param[out] entry directory entry information
|
* @param[out] entry directory entry information
|
||||||
*
|
*
|
||||||
* @return 0 on success
|
* @return 1 if @p entry was updated
|
||||||
|
* @return 0 if @p dirp has reached the end of the directory index
|
||||||
* @return <0 on error
|
* @return <0 on error
|
||||||
*/
|
*/
|
||||||
int vfs_readdir(vfs_DIR *dirp, vfs_dirent_t *entry);
|
int vfs_readdir(vfs_DIR *dirp, vfs_dirent_t *entry);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user