Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-07 | fix signedness of pgoff argument to remap_file_pages | Rich Felker | 1 | -1/+1 | |
both the kernel and glibc agree that this argument is unsigned; the incorrect type ssize_t came from erroneous man pages. | |||||
2012-09-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | 1 | -0/+8 | |
patch by Justin Cormack, with slight modification |