mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +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(
|
||||
os_file_t fh,
|
||||
ulint offset,
|
||||
os_offset_t offset,
|
||||
ulint len);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue