aboutsummaryrefslogtreecommitdiff
path: root/agent/src/os/linux/libproc.h
diff options
context:
space:
mode:
authoramurillo <none@none>2014-05-23 14:12:52 -0700
committeramurillo <none@none>2014-05-23 14:12:52 -0700
commit9754aa07b020ed014725967d0ba36c50dda91523 (patch)
treebbc5b37a340167a5693e390c71f3a241664e3969 /agent/src/os/linux/libproc.h
parent6093853f56e1ab7dffa75a620a72f33b21bb4b30 (diff)
parent9ec53df2a75ebd681ba299fe505a15a2108ebd5e (diff)
Diffstat (limited to 'agent/src/os/linux/libproc.h')
-rw-r--r--agent/src/os/linux/libproc.h14
1 files changed, 1 insertions, 13 deletions
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 <linux/ptrace.h>
/************************************************************************************