diff options
Diffstat (limited to 'gdb/x86-linux-nat.h')
-rw-r--r-- | gdb/x86-linux-nat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/x86-linux-nat.h b/gdb/x86-linux-nat.h index 7928aa0..7c4d87c 100644 --- a/gdb/x86-linux-nat.h +++ b/gdb/x86-linux-nat.h @@ -20,14 +20,6 @@ #ifndef X86_LINUX_NAT_H #define X86_LINUX_NAT_H 1 -#ifndef PTRACE_GETREGSET -#define PTRACE_GETREGSET 0x4204 -#endif - -#ifndef PTRACE_SETREGSET -#define PTRACE_SETREGSET 0x4205 -#endif - /* Does the current host support PTRACE_GETREGSET? */ extern int have_ptrace_getregset; |