662da62e
11894f6d
1 2 3 4
5
6
7
8
#define _GNU_SOURCE #include <unistd.h> #include "syscall.h" int syncfs(int fd) { return syscall(SYS_syncfs, fd); }