fix signedness of pgoff argument to remap_file_pages
authorRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 07:58:28 +0000 (02:58 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 07:58:28 +0000 (02:58 -0500)
commit74998fbec13cb2d1c6a0952141b90f4216ab89e6
treec96ad98a0535e8694535573623a3f31ed1837433
parent3500555db382e25b13c0832e5af13b6796cfca43
fix signedness of pgoff argument to remap_file_pages

both the kernel and glibc agree that this argument is unsigned; the
incorrect type ssize_t came from erroneous man pages.
include/sys/mman.h
src/linux/remap_file_pages.c