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