Przeglądaj źródła

perf symbols: Do not include libgen.h

That causes us to end up using the XPG version of basename which can
modify it's argument.

Signed-off-by: David S. Miller <davem@davemloft.net>
Link: http://lkml.kernel.org/r/20120327.000301.1122788061724345175.davem@davemloft.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
David Miller 13 lat temu
rodzic
commit
3738d40ec5
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      tools/perf/util/symbol.c

+ 0 - 1
tools/perf/util/symbol.c

@@ -1,6 +1,5 @@
 #include <dirent.h>
 #include <errno.h>
-#include <libgen.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>