From 0eb11a6dd7655a080e6492576a685d592413a444 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sat, 5 Aug 2006 02:00:39 +0000 Subject: [PATCH] Itanium needs _PSTAT64 defined to use the pstat api --- src/os/hpux/sigar_os.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/os/hpux/sigar_os.h b/src/os/hpux/sigar_os.h index 7cc2c17c..fc8fd480 100644 --- a/src/os/hpux/sigar_os.h +++ b/src/os/hpux/sigar_os.h @@ -23,6 +23,13 @@ #define __ia64__ #endif +#ifdef __ia64__ +#ifndef _LP64 +#define _LP64 +#endif +#define _PSTAT64 +#endif + #include #include #include