diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-06-25 04:05:07 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-06-25 04:05:07 +1000 |
commit | 875fcea2a5605565852f11161cb9bbb80ab95873 (patch) | |
tree | 91bc7015294d06c66459e908735ce34d2d5f2c99 /include/osl | |
parent | ee60c441dc73100b5041f4d0fb1675fade00d82c (diff) |
osl: the addr parameter of osl_mapFile is [in,out]
Change-Id: I29992bfecf50b5e6a185257b3df404bb474dd225
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/file.h b/include/osl/file.h index aa62a690e141..9287987a57f2 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -792,7 +792,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize( returned. @param[in] Handle Handle of the file to be mapped. - @param[out] ppAddr Memory address of the mapped file + @param[in,out] ppAddr Memory address of the mapped file @param[in] uLength Amount to map of the file from the offset @param[in] uOffset Offset into the file to map @param[in] uFlags osl_File_MapFlag_RandomAccess or |