blob: 48e56dd09648f095bfed9f9ea41923b67763ae66 [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
int fsync(int fd) {
return syscall_cp(SYS_fsync, fd);
}