Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
um
os-Linux
prctl.c
Go to the documentation of this file.
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 <linux/ptrace.h>
8
9
int
os_arch_prctl
(
int
pid
,
int
code
,
unsigned
long
*
addr
)
10
{
11
return
ptrace(PTRACE_ARCH_PRCTL, pid, (
unsigned
long
) addr, code);
12
}
Generated on Thu Jan 10 2013 13:21:51 for Linux Kernel by
1.8.2