blob: 4918dc47f00c81f46b4265aa2735bf89b3271be3 [file] [log] [blame]
/* vi: set sw=4 ts=4: */
/*
* sync.c - Write all pending data to disk.
*/
#include "toys.h"
int sync_main(void)
{
sync();
return 0;
}