id summary reporter owner description type status milestone component version severity resolution keywords cc 3910 Boost.Filesystem operations_test failure with vacpp on AIX ccambly@… Beman Dawes "Patch for Boost.Filesystem operations_test failure for vacpp on AIX. The current version of libs/filesystem/src/operations.cpp uses an incorrect macro _LINUX_SOURCE_COMPAT to control the declaration of readdir_r() with: #if defined(_AIX) # define _LINUX_SOURCE_COMPAT #endif readdir_r() should be controlled with __THREAD_SAFE macro. " Bugs closed Boost 1.43.0 filesystem Boost Development Trunk Problem fixed