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