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] | |
Radosław Ejsmont wrote:
Well, it appears, that we have misunderstood. In an issue I've found <errno.h> _IS_ included, but indirectly, ie. in other header file that _IS_ included into a certain .c file.
You might want to check to make sure you don't have #undef errno someplace. That would be a bug in your code. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |