aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBen Hutchings <[email protected]>2009-10-05 00:24:36 -0700
committerDavid S. Miller <[email protected]>2009-10-05 00:24:36 -0700
commit9c501935a3cdcf6b1d35aaee3aa11c7a7051a305 (patch)
tree259b81d36f276f952ef6df08fe2d4500bb62d972 /tools/perf/scripts/python
parent9240d7154e766ce6f3b615e81ed28f7562f509a5 (diff)
net: Support inclusion of <linux/socket.h> before <sys/socket.h>
The following user-space program fails to compile: #include <linux/socket.h> #include <sys/socket.h> int main() { return 0; } The reason is that <linux/socket.h> tests __GLIBC__ to decide whether it should define various structures and macros that are now defined for user-space by <sys/socket.h>, but __GLIBC__ is not defined if no libc headers have yet been included. It seems safe to drop support for libc 5 now. Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: Bastian Blank <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions