CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2013/04/15 10:38:21
Modified files: include : unistd.h lib/libc/gen : Makefile.inc lib/libc/sys : fsync.2 Makefile.inc Added files: lib/libc/gen : fdatasync.c Log message: Implement fdatasync() as a wrapper around fsync() ok guenther, deraadt, jmc