aboutsummaryrefslogtreecommitdiff
path: root/src/linux/remap_file_pages.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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. Rich Felker2014-01-071-1/+1
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappers•••patch by Justin Cormack, with slight modification Rich Felker2012-09-161-0/+8