Re: [klibc] Re: [PATCH] gen_init_cpio uses external file list

From: H. Peter Anvin
Date: Thu Sep 16 2004 - 20:38:19 EST


Jeff Garzik wrote:
Thayne Harbaugh wrote:

On Thu, 2004-09-16 at 19:06 -0400, Jeff Garzik wrote:

Seems OK to me...

Jeff, the original gen_init_cpio author

There's been some minor discussion about the use of _GNU_SOURCE (needed
for getline()). Comments? I can rework the getline() if anyone can
make a case - otherwise I'm a bit lazy.

I am a bit leery of _GNU_SOURCE but whatever :)


_GNU_SOURCE just means enable all features. Perhaps it should be something more restrictive, like _XOPEN_SOURCE or _POSIX_SOURCE; both of those need to be set to specific values.

-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/