summaryrefslogtreecommitdiff
path: root/src/unistd/fsync.c
AgeCommit message (Collapse)AuthorLines
2015-01-30make fsync, fdatasync, and msync cancellation pointsTrutz Behn-1/+1
these are mandatory cancellation points per POSIX, so their omission was a conformance bug.
2012-06-19fix dummied-out fsyncRich Felker-2/+1
if we eventually have build options, it might be nice to make an option to dummy this out again, in case anybody needs a system-wide disable for disk/ssd-thrashing, etc. that some daemons do when logging...
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+8