added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / um / os-Linux / sys-x86_64 / prctl.c
blob9d34eddb517fdca9f3495588d4d1d32e62ceecc1
1 /*
2 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com})
3 * Licensed under the GPL
4 */
6 #include <sys/ptrace.h>
7 #include <linux/ptrace.h>
9 int os_arch_prctl(int pid, int code, unsigned long *addr)
11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) addr, code);