note a leak that needs fixing eventually
[trinity.git] / syscalls / vm86old.c
blobf4ff998eb3ec020704a43ef4ef654438c2a9518e
1 /*
2 * int sys_vm86old(struct vm86_struct __user *v86, struct pt_regs *regs)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_vm86old = {
7 .name = "vm86old",
8 .num_args = 2,
9 .arg1name = "v86",
10 .arg1type = ARG_ADDRESS,
11 .arg2name = "regs",
12 .arg2type = ARG_ADDRESS,