History log of /seL4-refos-master/libs/libmuslc/src/linux/remap_file_pages.c
Revision Date Author Comments
# 74998fbe 07-Jan-2014 Rich Felker <dalias@aerifal.cx>

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.


# 662da62e 16-Sep-2012 Rich Felker <dalias@aerifal.cx>

add clock_adjtime, remap_file_pages, and syncfs syscall wrappers

patch by Justin Cormack, with slight modification