On Sun, Mar 15, 2009 at 4:26 PM, Tiago Maluta <maluta_tiago@xxxxxxxxxxxx> wrote: > Akos Marton wrote: >> hi, >> >> /usr/include/linux/err.h on my PC with the value 4095. >> >> mAkos >> > > What lib contains err.h? > My /usr/include/linux contains only errno.h > > I'm using glibc 2.8 I'm using glibc 2.7 You can do a find in your /usr/include/ as sh$ find /usr/include/ -name "*h" -exec cat {} + | grep MAX_ERRNO if there are some output, check which file contains this macro. mAkos -- People seldom notice clothes, if you wear a big smile. OLVASD: http://napirajz.hu -- To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html