aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-i386/asm/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-i386/asm/ptrace.h')
-rw-r--r--arch/um/sys-i386/asm/ptrace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/sys-i386/asm/ptrace.h b/arch/um/sys-i386/asm/ptrace.h
index 0273e4d09af7..5d2a59112537 100644
--- a/arch/um/sys-i386/asm/ptrace.h
+++ b/arch/um/sys-i386/asm/ptrace.h
@@ -42,11 +42,6 @@
*/
struct user_desc;
-extern int get_fpxregs(struct user_fxsr_struct __user *buf,
- struct task_struct *child);
-extern int set_fpxregs(struct user_fxsr_struct __user *buf,
- struct task_struct *tsk);
-
extern int ptrace_get_thread_area(struct task_struct *child, int idx,
struct user_desc __user *user_desc);