This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/53444] Accommodate non-compliant strerror_r() on VxWorks.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53444

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |burnus at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-23 08:49:48 UTC ---
FIXED on the trunk (4.8).

Thanks for testing gfortran on VxWorks!

Instead of using an ifdef __VXWORKS__, there is now a configure check whether
strerror_r takes three arguments (POSIX, GNU) or two arguments; the effect
should be the same as with your patch.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]