fix incorrect void return type for syncfs function
authorRich Felker <dalias@aerifal.cx>
Thu, 9 Jul 2015 17:07:35 +0000 (17:07 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 9 Jul 2015 17:07:35 +0000 (17:07 +0000)
commit11894f6d3a80be950a490dc7dfab349f057a545f
treea46c086dd63f5976690a8915881d6e3967c2c190
parente8cbe0bad4284906230a53af4c91ad2b9713d03b
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.
include/unistd.h
src/linux/syncfs.c