summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2007-05-15 02:22:06 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2007-05-15 02:22:06 +0000
commit3eb65cd761008dedd4b52991a65f20589112c7ac (patch)
treed6b1f0f2b9af6aaedc5168c24e7e57e7e12944eb /include/apr_file_io.h
parent0e34befbcec2d9b003de7be510330ed8baad894a (diff)
downloadlibapr-3eb65cd761008dedd4b52991a65f20589112c7ac.tar.gz
Document what happens to file offset in apr_file_trunc().
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@538042 13f79535-47bb-0310-9956-ffa450edef68
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);