diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 15:41:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 20:31:42 +0100 |
commit | 731f89afd35b09d9fa03fc9693e9bc5868229755 (patch) | |
tree | 630d19d08e82613458465bf5d098063ede28d503 /xml2cmp | |
parent | d82e5e45ef83fda19b8d757e5175c4b95f9d44c1 (diff) |
tweaks for AIX
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/filebuff.cxx | 4 |
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> |