Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658014
Collapse All | Expand All

(-)a/gdb/nat/linux-ptrace.c (-2 lines)
Lines 21-28 Link Here
21
#include "linux-procfs.h"
21
#include "linux-procfs.h"
22
#include "linux-waitpid.h"
22
#include "linux-waitpid.h"
23
#include "buffer.h"
23
#include "buffer.h"
24
#include "gdb_wait.h"
25
#include "gdb_ptrace.h"
26
#include <sys/procfs.h>
24
#include <sys/procfs.h>
27
25
28
/* Stores the ptrace options supported by the running kernel.
26
/* Stores the ptrace options supported by the running kernel.
(-)a/gdb/nat/linux-ptrace.h (+1 lines)
Lines 21-26 Link Here
21
struct buffer;
21
struct buffer;
22
22
23
#include "nat/gdb_ptrace.h"
23
#include "nat/gdb_ptrace.h"
24
#include "gdb_wait.h"
24
25
25
#ifdef __UCLIBC__
26
#ifdef __UCLIBC__
26
#if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))
27
#if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))

Return to bug 658014