From 9ec53df2a75ebd681ba299fe505a15a2108ebd5e Mon Sep 17 00:00:00 2001 From: mikael Date: Tue, 29 Apr 2014 22:05:10 -0700 Subject: 8042059: Various fixes to linux/sparc Reviewed-by: twisti, kvn --- agent/src/os/linux/libproc.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'agent/src/os/linux/libproc.h') diff --git a/agent/src/os/linux/libproc.h b/agent/src/os/linux/libproc.h index 429e6314f..c917a938c 100644 --- a/agent/src/os/linux/libproc.h +++ b/agent/src/os/linux/libproc.h @@ -34,19 +34,7 @@ #include "libproc_md.h" #endif -#if defined(sparc) || defined(sparcv9) -/* - If _LP64 is defined ptrace.h should be taken from /usr/include/asm-sparc64 - otherwise it should be from /usr/include/asm-sparc - These two files define pt_regs structure differently -*/ -#ifdef _LP64 -#include "asm-sparc64/ptrace.h" -#else -#include "asm-sparc/ptrace.h" -#endif - -#endif //sparc or sparcv9 +#include /************************************************************************************ -- cgit v1.2.3