On Tue, Mar 22, 2011 at 9:42 AM, Davidlohr Bueso wrote: > -/* very old glibc (2.3) */ > +/* very old glibc (2.x) */ > #ifndef O_CLOEXEC that cant be right. O_CLOEXEC exists in some glibc-2.x versions. unless you mean to adapt the comment for all following defines, in which i'd suggest expanding things: /* * Fallback defines for old versions of glibc */ #ifndef O_CLOEXEC ....... -mike -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html