merge newfstat variants
[trinity.git] / syscalls / ustat.c
blob032188d50190e5ce8817762655d4609c7f645cca
1 /*
2 * SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_ustat = {
7 .name = "ustat",
8 .num_args = 2,
9 .arg1name = "dev",
10 .arg2name = "ubuf",
11 .arg2type = ARG_ADDRESS,
12 .group = GROUP_VFS,