This is the mail archive of the gcc-patches@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]

Re: warnings about auto importing sys_errlist / sys_nerr on Cygwin


Jay <jay.krell@cornell.edu> writes:

> errno_max always references sys_nerr, part of the problem,
> but I don't see where the sys_errlist reference is.

OK, but does anything refer to errno_max?

> How about, another approach, use autoconf to look for a header
> that declares sys_nerr and sys_errlist? 

If we don't already do that, we certainly should.  They should be in
<stdio.h> and/or <errno.h>

Ian


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