This is the mail archive of the gcc@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: errno values: poll


Ross Smith wrote:
> Linux uses values up to 528. (Not literally "in <errno.h>", in a nested
> include, but I presume you intended to include that; Linux's <errno.h>
> doesn't define any values in itself.)

Really? :-)  MIPS, Linux-2.4.14:

#define EDQUOT          1133    /* Quota exceeded */

-- Jamie


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