]> Git Repo - J-linux.git/blob - arch/x86/um/os-Linux/prctl.c
scsi: zfcp: Trace when request remove fails after qdio send fails
[J-linux.git] / arch / x86 / um / os-Linux / prctl.c
1 /*
2  * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com})
3  * Licensed under the GPL
4  */
5
6 #include <sys/ptrace.h>
7 #include <asm/ptrace.h>
8
9 int os_arch_prctl(int pid, int option, unsigned long *arg2)
10 {
11         return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option);
12 }
This page took 0.027791 seconds and 4 git commands to generate.