summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-05-17 20:08:15 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-05-17 20:08:15 +0000
commit943d0b102fba69a4f0a3ccc56233b54e5ad804ec (patch)
tree8022a0009914771f6ef790acdcd0fa92b92d2038 /include/apr_file_io.h
parent384cef94285dc077e70ebb4097608621165a1600 (diff)
downloadlibapr-943d0b102fba69a4f0a3ccc56233b54e5ad804ec.tar.gz
* include/apr_file_io.h: apr_file_open has not required a
NULL-initialized apr_file_t for years. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_io.h')
-rw-r--r--include/apr_file_io.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/apr_file_io.h b/include/apr_file_io.h
index 86692ca7f..e46449bae 100644
--- a/include/apr_file_io.h
+++ b/include/apr_file_io.h
@@ -175,8 +175,7 @@ typedef struct apr_file_t apr_file_t;
* @param perm Access permissions for file.
* @param cont The pool to use.
* @remark If perm is APR_OS_DEFAULT and the file is being created, appropriate
- * default permissions will be used. *arg1 must point to a valid file_t,
- * or NULL (in which case it will be allocated)
+ * default permissions will be used.
*/
APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **new_file, const char *fname,
apr_int32_t flag, apr_fileperms_t perm,