merge newfstat variants
[trinity.git] / syscalls / swapoff.c
blob51565370fe7049e262b9675c50a2229f8ecc66a8
1 /*
2 * SYSCALL_DEFINE1(swapoff, const char __user *, specialfile)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_swapoff = {
7 .name = "swapoff",
8 .num_args = 1,
9 .arg1name = "specialfile",
10 .arg1type = ARG_ADDRESS,
11 .group = GROUP_VFS,