summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-13 15:41:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-13 20:31:42 +0100
commit731f89afd35b09d9fa03fc9693e9bc5868229755 (patch)
tree630d19d08e82613458465bf5d098063ede28d503 /xml2cmp
parentd82e5e45ef83fda19b8d757e5175c4b95f9d44c1 (diff)
tweaks for AIX
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/xcd/filebuff.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xml2cmp/source/xcd/filebuff.cxx b/xml2cmp/source/xcd/filebuff.cxx
index 10f7dc0c2e16..45ac0aa154c0 100644
--- a/xml2cmp/source/xcd/filebuff.cxx
+++ b/xml2cmp/source/xcd/filebuff.cxx
@@ -25,6 +25,10 @@
*
************************************************************************/
+#ifdef AIX
+# undef _THREAD_SAFE
+#endif
+
#include "filebuff.hxx"
#include <string.h>