unicorn/qemu/util
Stefan Weil 5218799171
oslib-win32: Change return type of function getpagesize
getpagesize on Linux returns an int. Fix QEMU's implementation for
Windows to return an int (instead of size_t), too.

This fixes a compiler warning which was introduced recently
(commit 093e3c42).

Backports commit a28c2f2df7679e3a87789e9fb7ed69331f697297 from qemu
2018-02-17 19:10:37 -05:00
..
bitmap.c bitmap: add atomic test and clear 2018-02-13 10:02:12 -05:00
bitops.c
crc32c.c
cutils.c Remove unused qemu_fls function 2018-02-17 15:23:35 -05:00
error.c error: Copy location information in error_copy() 2018-02-17 15:23:53 -05:00
getauxval.c
host-utils.c
Makefile.objs exec: factor out duplicate mmap code 2018-02-17 15:24:03 -05:00
mmap-alloc.c mmap-alloc: fix error handling 2018-02-17 15:24:11 -05:00
module.c
oslib-posix.c exec: factor out duplicate mmap code 2018-02-17 15:24:03 -05:00
oslib-win32.c oslib-win32: Change return type of function getpagesize 2018-02-17 19:10:37 -05:00
qemu-error.c
qemu-thread-posix.c
qemu-thread-win32.c
qemu-timer-common.c