From cc8ed39b240180b58810784f844e253263594ac3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Oct 1999 16:24:54 +0000 Subject: Initial revision --- sync.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sync.c (limited to 'sync.c') diff --git a/sync.c b/sync.c new file mode 100644 index 000000000..6fa5b380b --- /dev/null +++ b/sync.c @@ -0,0 +1,11 @@ +#include "internal.h" + +const char sync_usage[] = "sync\n" +"\n" +"\tWrite all buffered filesystem blocks to disk.\n"; + +extern int +sync_main(struct FileInfo * i, int argc, char * * argv) +{ + return sync(); +} -- cgit v1.2.3