From 875fcea2a5605565852f11161cb9bbb80ab95873 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 25 Jun 2017 04:05:07 +1000 Subject: osl: the addr parameter of osl_mapFile is [in,out] Change-Id: I29992bfecf50b5e6a185257b3df404bb474dd225 --- include/osl/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osl') 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 -- cgit