Barry deFreese, le Sun 15 Jul 2012 16:32:06 -0400, a écrit : > On GNU/Hurd, I get significantly different results than I do from GNU/Linux.
That's not very surprising for errno.h: GNU/Hurd has completely different errno values. And its defines are not to a mere integer, but to a macro call, which might disturb some nasty things that applications do with E* macros. Samuel