diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-05-20 21:48:10 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-05-20 21:48:10 +0200 |
commit | 0aa738220bb9dea2ad479e484560767b36701947 (patch) | |
tree | 791db01830512d4384b6ab993bb870a43138a92f /newlib/libc/include/stdio.h | |
parent | 2e62d68ba5fb8b9d89d42be7cd924b5576fe44fa (diff) | |
download | cygnal-0aa738220bb9dea2ad479e484560767b36701947.tar.gz cygnal-0aa738220bb9dea2ad479e484560767b36701947.tar.bz2 cygnal-0aa738220bb9dea2ad479e484560767b36701947.zip |
mmap: Fix size restriction of maps due to using 32 bit size type
Throughout mmap, size-related variables and parameters are still using
DWORD as type, which disallows mapping ranges > 4Gigs. Fix this by
using SIZE_T throughout for those vars and parameters.
Also, drop unused off parameter from 1st variant of mmap_record::map_pages.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/include/stdio.h')
0 files changed, 0 insertions, 0 deletions