Initial revision
This commit is contained in:
11
coreutils/sync.c
Normal file
11
coreutils/sync.c
Normal file
@ -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();
|
||||
}
|
Reference in New Issue
Block a user