[PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h
authorMike Frysinger <vapier.adi@gmail.com>
Sat, 10 Feb 2007 09:45:01 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:26 +0000 (10:51 -0800)
commit57a87bb0720a5cf7a9ece49a8c8ed288398fd1bb
treeeb90add73a66e6452ad6990f422803e0679dbd9a
parent4564f9e5fd00767d11fcf61e0d52787706dfcc87
[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" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/socket.h
include/linux/stat.h