[Boost-bugs] [Boost C++ Libraries] #3910: Boost.Filesystem operations_test failure with vacpp on AIX

Subject: [Boost-bugs] [Boost C++ Libraries] #3910: Boost.Filesystem operations_test failure with vacpp on AIX
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-08 19:43:27


#3910: Boost.Filesystem operations_test failure with vacpp on AIX
-------------------------------------+--------------------------------------
 Reporter: ccambly@… | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: filesystem
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3910>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC