History log of /seL4-refos-master/libs/libmuslc/src/linux/syncfs.c
Revision Date Author Comments
# 11894f6d 09-Jul-2015 Rich Felker <dalias@aerifal.cx>

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.


# 662da62e 16-Sep-2012 Rich Felker <dalias@aerifal.cx>

add clock_adjtime, remap_file_pages, and syncfs syscall wrappers

patch by Justin Cormack, with slight modification