summaryrefslogtreecommitdiff
path: root/tools/perf/arch/sh
diff options
context:
space:
mode:
authorCody P Schafer <cody@linux.vnet.ibm.com>2013-03-14 22:27:51 (GMT)
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-03-15 16:05:13 (GMT)
commit861e10be08c69808065d755d3e3cab5d520a2d32 (patch)
tree64271e813fee991b508125f6603bf6bf1598526b /tools/perf/arch/sh
parentd1398ccfec56e54010476efd6a316427d29045a6 (diff)
downloadlinux-861e10be08c69808065d755d3e3cab5d520a2d32.tar.xz
perf tools: Fix build on non-glibc systems due to libio.h absence
Including libio.h causes build failures on uClibc systems (which lack libio.h). It appears that libio.h was only included to pull in a definition for NULL, so it has been replaced by stddef.h. On powerpc, libio.h was conditionally included, but could be removed completely as it is unneeded. Also, the included of stdlib.h was changed to stddef.h (as again, only NULL is needed). Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1363300074-26288-1-git-send-email-cody@linux.vnet.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/arch/sh')
-rw-r--r--tools/perf/arch/sh/util/dwarf-regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/arch/sh/util/dwarf-regs.c b/tools/perf/arch/sh/util/dwarf-regs.c
index a11edb0..0d0897f 100644
--- a/tools/perf/arch/sh/util/dwarf-regs.c
+++ b/tools/perf/arch/sh/util/dwarf-regs.c
@@ -19,7 +19,7 @@
*
*/
-#include <libio.h>
+#include <stddef.h>
#include <dwarf-regs.h>
/*