merge newfstat variants
[trinity.git] / syscalls / swapon.c
blob5c2d410b156e81998baab87109ce68a4aedfb659
1 /*
2 * SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_swapon = {
7 .name = "swapon",
8 .num_args = 2,
9 .arg1name = "specialfile",
10 .arg1type = ARG_ADDRESS,
11 .arg2name = "swap_flags",
12 .group = GROUP_VFS,