* Theodore Ts'o: > +#if HAVE___SECURE_GETENV > + return __secure_getenv(arg); > +#else > + return getenv(arg); > +#endif glibc 2.17 has secure_getenv, but not __secure_getenv. Unfortuantely, this was the only way to turn this into an official interface. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html