[patch libstdc++]: Add some missing errno-constants for mingw-targets

Paolo Carlini paolo.carlini@oracle.com
Mon Aug 29 20:47:00 GMT 2011


On 08/29/2011 09:58 PM, Kai Tietz wrote:
> Done and added missing _GLIBCXX_HAVE_ for all checks. Committed at 
> revision 178257.
Something seems wrong here, in terms of commas:

       too_many_links =                 EMLINK
//    too_many_symbolic_link_levels =  ELOOP,
#ifdef _GLIBCXX_HAVE_EOVERFLOW
       value_too_large =                EOVERFLOW,
#endif
//    wrong_protocol_type =            EPROTOTYPE
    };


Looks like, if _GLIBCXX_HAVE_EOVERFLOW is actually defined, a comma is 
missing before value_too_large, and then there is an excess comma after 
the latter. Please double check the whole file for this kind of issue.

Paolo.



More information about the Libstdc++ mailing list