Unify ptrace options discovery code and make both GDB and
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index e051ab6c82f49b7a5e32fc46f858071bcd22e8a3..4bf0dc37d66ded2a537ad12b0ebbeef1ac1d593f 100644 (file)
@@ -22,8 +22,9 @@
 #include "gdbthread.h"
 #include "gdb_proc_service.h"
 
-#define PTRACE_TYPE_ARG3 void *
-#define PTRACE_TYPE_ARG4 void *
+/* Included for ptrace type definitions.  */
+#include "linux-ptrace.h"
+
 #define PTRACE_XFER_TYPE long
 
 #ifdef HAVE_LINUX_REGSETS
This page took 0.024013 seconds and 4 git commands to generate.