summaryrefslogtreecommitdiff
path: root/storage/innobase/include/os0file.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/os0file.h')
-rw-r--r--storage/innobase/include/os0file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/innobase/include/os0file.h b/storage/innobase/include/os0file.h
index 4ab7fda7358..5ffcdf7e58c 100644
--- a/storage/innobase/include/os0file.h
+++ b/storage/innobase/include/os0file.h
@@ -723,8 +723,10 @@ This function returns information about the specified file */
ibool
os_file_get_status(
/*===============*/
- /* out: TRUE if stat information found */
+ /* out: TRUE if stat
+ information found */
const char* path, /* in: pathname of the file */
- os_file_stat_t* stat_info); /* information of a file in a directory */
+ os_file_stat_t* stat_info); /* information of a file in a
+ directory */
#endif