mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Fix compiler error on x86.
This commit is contained in:
parent
423b7da36f
commit
84895c3cd7
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ public:
|
||||||
|
|
||||||
dberr_t punch_hole(
|
dberr_t punch_hole(
|
||||||
os_file_t fh,
|
os_file_t fh,
|
||||||
ulint offset,
|
os_offset_t offset,
|
||||||
ulint len);
|
ulint len);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue