Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / x86-linux-nat.h
index 7928aa09f409eea17275b7789c787a9d64994037..70c207a95b025234351474205ba3cb00c36f0072 100644 (file)
 #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;
 \f
 
 /* Helper for ps_get_thread_area.  Sets BASE_ADDR to a pointer to
This page took 0.023657 seconds and 4 git commands to generate.