summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_file_io.h')
-rw-r--r--include/apr_file_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_file_io.h b/include/apr_file_io.h
index 166e6294d..3fea005d1 100644
--- a/include/apr_file_io.h
+++ b/include/apr_file_io.h
@@ -808,6 +808,7 @@ APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo,
* Truncate the file's length to the specified offset
* @param fp The file to truncate
* @param offset The offset to truncate to.
+ * @remark The read/write file offset is repositioned to offset.
*/
APR_DECLARE(apr_status_t) apr_file_trunc(apr_file_t *fp, apr_off_t offset);