From: Mike Frysinger Date: Sat, 10 Feb 2007 09:45:01 +0000 (-0800) Subject: [PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h X-Git-Tag: v2.6.21-rc1~274^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a87bb0720a5cf7a9ece49a8c8ed288398fd1bb;p=pandora-kernel.git [PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h Userspace should be worrying about userspace, so having the socket.h and stat.h pollute the namespace in the non-glibc case is wrong and pretty much prevents any other libc from utilizing these headers sanely unless they set up the __GLIBC__ define themselves (which sucks) Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed