mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
include/my_global.h
define _XOPEN_SOURCE=500 for solaris
include/my_sys.h
remove a cast
include/my_global.h:
define _XOPEN_SOURCE=500 for solaris
include/my_sys.h:
remove a cast
This commit is contained in:
@@ -812,7 +812,7 @@ my_bool my_gethwaddr(uchar *to);
|
||||
/* qnx ? */
|
||||
#define my_getpagesize() 8192
|
||||
#endif
|
||||
#define my_munmap(a,b) munmap((char*)(a),(b))
|
||||
#define my_munmap(a,b) munmap((a),(b))
|
||||
|
||||
#else
|
||||
/* not a complete set of mmap() flags, but only those that nesessary */
|
||||
|
||||
Reference in New Issue
Block a user