aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/sys-x86/prctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/os-Linux/sys-x86/prctl.c')
-rw-r--r--arch/um/os-Linux/sys-x86/prctl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/um/os-Linux/sys-x86/prctl.c b/arch/um/os-Linux/sys-x86/prctl.c
deleted file mode 100644
index 9d34edd..0000000
--- a/arch/um/os-Linux/sys-x86/prctl.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com})
- * Licensed under the GPL
- */
-
-#include <sys/ptrace.h>
-#include <linux/ptrace.h>
-
-int os_arch_prctl(int pid, int code, unsigned long *addr)
-{
- return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) addr, code);
-}