Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h
[deliverable/binutils-gdb.git] / gdb / s390-linux-nat.c
index 4cd3192a42089e74beacfa7363c13cab791c6798..cedc505e1bddff1a44218f977aebdb81c3d3da2d 100644 (file)
@@ -27,6 +27,7 @@
 #include "auxv.h"
 #include "gregset.h"
 #include "regset.h"
+#include "nat/linux-ptrace.h"
 
 #include "s390-linux-tdep.h"
 #include "elf/common.h"
 #include <sys/ucontext.h>
 #include <elf.h>
 
-#ifndef PTRACE_GETREGSET
-#define PTRACE_GETREGSET 0x4204
-#endif
-
-#ifndef PTRACE_SETREGSET
-#define PTRACE_SETREGSET 0x4205
-#endif
-
 /* Per-thread arch-specific data.  */
 
 struct arch_lwp_info
This page took 0.024282 seconds and 4 git commands to generate.