sync: Windows implementation of sync() call.
authorRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 10:26:48 +0000 (10:26 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 16:28:26 +0000 (16:28 +0000)
commitfdbc5aa711dde73eb448fbe13165c00a44272d00
treec57f791503f1c90a9251132e43440202f1409ba3
parentc2aad5cd929a9932c010d045462bd923162fb593
sync: Windows implementation of sync() call.

Replace calls to sync() with calls to sync_disks() which supports
Win32 via FlushFileBuffers.
daemon/configure.ac
daemon/daemon.h
daemon/dropcaches.c
daemon/sync.c