rbb 99/02/23 08:07:23
Modified: docs fileio.txt Log: Document changes for apr_close Revision Changes Path 1.2 +5 -1 apache-apr/docs/fileio.txt Index: fileio.txt =================================================================== RCS file: /home/cvs/apache-apr/docs/fileio.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fileio.txt 1999/02/22 12:59:18 1.1 +++ fileio.txt 1999/02/23 16:07:22 1.2 @@ -36,6 +36,9 @@ Close the specified file descriptor Arguments: arg 1) file descriptor of file to be closed. +Notes: The fields within the APRFile structure will not be changed when a file + is closed. The ONLY updated field, will be the file descriptor. + APRStatus apr_read(APRFile, void *, APRUInt64, APRUInt64 *) Read n bytes from file and store in buffer. Arguments: @@ -108,4 +111,5 @@ time_t atime; time_t mtime; time_t ctime; -} \ No newline at end of file +} +