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