summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fdatasync.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement fdatasync() as a wrapper around fsync()matthew2013-04-151-0/+13
ok guenther, deraadt, jmc