mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
portability fixes
mysql-test/r/mysqlbinlog.result: result fixed
This commit is contained in:
parent
10db96fe43
commit
a0a20345b9
6 changed files with 22 additions and 17 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "mysys_priv.h"
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
|
||||
/*
|
||||
system msync() only syncs mmap'ed area to fs cache.
|
||||
|
|
@ -84,6 +84,6 @@ int my_msync(int fd, void *addr, size_t len, int flags)
|
|||
}
|
||||
|
||||
#endif
|
||||
#error "no mmap!"
|
||||
#warning "no mmap!"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue