From 02d3ff8c47852d55db40850ca078e88c0de6131a Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 2 Oct 2007 16:33:35 +0000 Subject: 2007-10-02 Markus Deuling * linux-nat.c (PTRACE_GETSIGINFO): Add define. --- gdb/linux-nat.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/linux-nat.c') diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 18c2800..20ae49d 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -84,6 +84,10 @@ #define __WALL 0x40000000 /* Wait for any child. */ #endif +#ifndef PTRACE_GETSIGINFO +#define PTRACE_GETSIGINFO 0x4202 +#endif + /* The single-threaded native GNU/Linux target_ops. We save a pointer for the use of the multi-threaded target. */ static struct target_ops *linux_ops; -- cgit v1.1