/linux/tools/perf/arch/sh/util/ |
H A D | dwarf-regs.c | diff 861e10be08c69808065d755d3e3cab5d520a2d32 Thu Mar 14 23:27:51 CET 2013 Cody P Schafer <cody@linux.vnet.ibm.com> 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>
|
/linux/tools/perf/arch/sparc/util/ |
H A D | dwarf-regs.c | diff 861e10be08c69808065d755d3e3cab5d520a2d32 Thu Mar 14 23:27:51 CET 2013 Cody P Schafer <cody@linux.vnet.ibm.com> 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>
|
/linux/tools/perf/arch/arm/util/ |
H A D | dwarf-regs.c | diff 861e10be08c69808065d755d3e3cab5d520a2d32 Thu Mar 14 23:27:51 CET 2013 Cody P Schafer <cody@linux.vnet.ibm.com> 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>
|
/linux/tools/perf/arch/s390/util/ |
H A D | dwarf-regs.c | diff 861e10be08c69808065d755d3e3cab5d520a2d32 Thu Mar 14 23:27:51 CET 2013 Cody P Schafer <cody@linux.vnet.ibm.com> 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>
|
/linux/tools/perf/arch/powerpc/util/ |
H A D | dwarf-regs.c | diff 861e10be08c69808065d755d3e3cab5d520a2d32 Thu Mar 14 23:27:51 CET 2013 Cody P Schafer <cody@linux.vnet.ibm.com> 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>
|
/linux/tools/perf/arch/x86/util/ |
H A D | dwarf-regs.c | diff 861e10be08c69808065d755d3e3cab5d520a2d32 Thu Mar 14 23:27:51 CET 2013 Cody P Schafer <cody@linux.vnet.ibm.com> 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>
|