aboutsummaryrefslogtreecommitdiff
path: root/src/linux/syncfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect void return type for syncfs function•••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. Rich Felker2015-07-091-2/+2
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappers•••patch by Justin Cormack, with slight modification Rich Felker2012-09-161-0/+8