summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2016-03-22 17:46:35 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2016-03-22 17:46:35 +0200
commit8f043fe72954dd0d4101f9b70852e28cfbdce976 (patch)
tree1d01f4d5b05315d548e5846c866f4ce980b473a8
parent96264e8ecc230efa8cd8ddd1ca9c45f9c5193239 (diff)
downloadmariadb-git-bb-10.1-jan2.tar.gz
Windows.bb-10.1-jan2
-rw-r--r--storage/innobase/include/os0file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/os0file.h b/storage/innobase/include/os0file.h
index 2eeeb823631..dff5ebd524c 100644
--- a/storage/innobase/include/os0file.h
+++ b/storage/innobase/include/os0file.h
@@ -545,7 +545,7 @@ UNIV_INTERN
void
os_file_set_nocache(
/*================*/
- int fd, /*!< in: file descriptor to alter */
+ os_file_t fd, /*!< in: file descriptor to alter */
const char* file_name, /*!< in: file name, used in the
diagnostic message */
const char* operation_name);/*!< in: "open" or "create"; used in the