/* * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com}) * Licensed under the GPL */#include<sys/ptrace.h>#include<asm/ptrace.h>intos_arch_prctl(intpid,intoption,unsignedlong*arg2){returnptrace(PTRACE_ARCH_PRCTL,pid,(unsignedlong)arg2,option);}