need long to store pointer on 64bit linux
This commit is contained in:
parent
aa74f370ad
commit
07ab121475
|
@ -16,7 +16,7 @@
|
|||
#include "javasigar_generated.h"
|
||||
#include "javasigar.h"
|
||||
|
||||
#if defined(__osf__)
|
||||
#if defined(__osf__) || defined(__LP64__)
|
||||
#define SIGAR_POINTER_LONG
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue