Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-09 | fix incorrect void return type for syncfs function | Rich Felker | 1 | -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-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | 1 | -0/+8 | |
patch by Justin Cormack, with slight modification |