blob: 287a3abcc50ed983bb335371919fc5d4e708653f [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
void sync(void) {
__syscall(SYS_sync);
}