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.