Merge branch 'SIGAR-146'

This commit is contained in:
Doug MacEachern 2009-05-13 17:31:30 -07:00
commit 1f8db9098a
3 changed files with 3 additions and 1 deletions

View File

@ -443,6 +443,7 @@ USA.
<!-- AIX -->
<compiler name="xlc_r" if="aix">
<compilerarg value="-q64" if="jni.arch64"/>
<defineset>
<define name="${jni.define.name}_AIX"/>
<define name="_ALL_SOURCE"/>
@ -452,6 +453,7 @@ USA.
</compiler>
<linker name="xlc_r" if="aix">
<linkerarg value="-b64" if="jni.arch64"/>
<libset if="jni.libset.libs"
dir="${jni.libset.dir}"
libs="${jni.libset.libs}"/>

View File

@ -66,6 +66,6 @@ struct sigar_t {
#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 */