note a leak that needs fixing eventually
[trinity.git] / syscalls / sync.c
blob45516fd1e024a5626f202537a0bad4712a02a013
1 /*
2 * SYSCALL_DEFINE0(sync)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_sync = {
7 .name = "sync",
8 .num_args = 0,
9 .group = GROUP_VFS,