This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/53444] Accommodate non-compliant strerror_r() on VxWorks.
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 23 May 2012 08:49:48 +0000
- Subject: [Bug libfortran/53444] Accommodate non-compliant strerror_r() on VxWorks.
- Auto-submitted: auto-generated
- References: <bug-53444-4@http.gcc.gnu.org/bugzilla/>
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.