#include <stdio.h>
#include <unistd.h>

int
main(int ac, char **av)
{
    sync();
    return 0;
}
