Merge branch 'SIGAR-146'
This commit is contained in:
commit
1f8db9098a
|
@ -443,6 +443,7 @@ USA.
|
||||||
|
|
||||||
<!-- AIX -->
|
<!-- AIX -->
|
||||||
<compiler name="xlc_r" if="aix">
|
<compiler name="xlc_r" if="aix">
|
||||||
|
<compilerarg value="-q64" if="jni.arch64"/>
|
||||||
<defineset>
|
<defineset>
|
||||||
<define name="${jni.define.name}_AIX"/>
|
<define name="${jni.define.name}_AIX"/>
|
||||||
<define name="_ALL_SOURCE"/>
|
<define name="_ALL_SOURCE"/>
|
||||||
|
@ -452,6 +453,7 @@ USA.
|
||||||
</compiler>
|
</compiler>
|
||||||
|
|
||||||
<linker name="xlc_r" if="aix">
|
<linker name="xlc_r" if="aix">
|
||||||
|
<linkerarg value="-b64" if="jni.arch64"/>
|
||||||
<libset if="jni.libset.libs"
|
<libset if="jni.libset.libs"
|
||||||
dir="${jni.libset.dir}"
|
dir="${jni.libset.dir}"
|
||||||
libs="${jni.libset.libs}"/>
|
libs="${jni.libset.libs}"/>
|
||||||
|
|
Binary file not shown.
|
@ -66,6 +66,6 @@ struct sigar_t {
|
||||||
|
|
||||||
#define HAVE_STRERROR_R
|
#define HAVE_STRERROR_R
|
||||||
|
|
||||||
#define SIGAR_EPERM_KMEM (SIGAR_OS_START_ERROR+1)
|
#define SIGAR_EPERM_KMEM (SIGAR_OS_START_ERROR+EACCES)
|
||||||
|
|
||||||
#endif /* SIGAR_OS_H */
|
#endif /* SIGAR_OS_H */
|
||||||
|
|
Loading…
Reference in New Issue