summaryrefslogtreecommitdiff
path: root/src/linux/syncfs.c
AgeCommit message (Collapse)AuthorLines
2015-07-09fix incorrect void return type for syncfs functionRich Felker-2/+2
being nonstandard, the closest thing to a specification for this function is its man page, which documents it as returning int. it can fail with EBADF if the file descriptor passed is invalid.
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+8
patch by Justin Cormack, with slight modification