Update of /cvsroot/boost/boost/libs/filesystem/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16636/libs/filesystem/src
Modified Files:
Tag: RC_1_34_0
operations.cpp
Log Message:
Patches from Trac #583.
Index: operations.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/filesystem/src/operations.cpp,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -u -d -r1.23.2.3 -r1.23.2.4
--- operations.cpp 29 Jul 2006 20:45:11 -0000 1.23.2.3
+++ operations.cpp 1 Jun 2007 16:12:08 -0000 1.23.2.4
@@ -17,6 +17,11 @@
#define _POSIX_PTHREAD_SEMANTICS // Sun readdir_r() needs this
+// enable the XPG-compliant version of readdir_r() on AIX
+#if defined(_AIX)
+# define _LINUX_SOURCE_COMPAT
+#endif
+
#if !(defined(__HP_aCC) && defined(_ILP32) && \
!defined(_STATVFS_ACPP_PROBLEMS_FIXED))
# define _FILE_OFFSET_BITS 64 // at worst, these defines may have no effect,
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs