summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2009-09-09 19:08:59 +0000
committerGraham Leggett <minfrin@apache.org>2009-09-09 19:08:59 +0000
commitd2d4a681879e3bc276bcc3a7e92dacd7f7a71fa9 (patch)
tree41cedacd81e1705fecc2d493e4b624f3ca46c228 /include/apr_file_info.h
parent27a2ee3dae6ffaec409cabdf34f12bd557da4a1c (diff)
downloadapr-d2d4a681879e3bc276bcc3a7e92dacd7f7a71fa9.tar.gz
Clarify the return code for apr_dir_read.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@813082 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index bbcff8ac0..94e84e876 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -261,7 +261,8 @@ APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir);
*
* @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
* not be filled in, and you need to check the @c finfo->valid bitmask
- * to verify that what you're looking for is there.
+ * to verify that what you're looking for is there. When no more
+ * entries are available, APR_ENOENT is returned.
*/
APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
apr_dir_t *thedir);