fdatasync-path.h revision bb41db071dcbc51a6f170d7f44afb74adb00f89a
#ifndef FDATASYNC_PATH_H
#define FDATASYNC_PATH_H
/* Open and fdatasync() the path. Works for files and directories. */
int fdatasync_path(const char *path);
#endif