Skip to content
Snippets Groups Projects
Commit 3738d40e authored by David Miller's avatar David Miller Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
Link: http://lkml.kernel.org/r/20120327.000301.1122788061724345175.davem@davemloft.net


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent fa30c964
No related branches found
No related tags found
No related merge requests found
#include <dirent.h> #include <dirent.h>
#include <errno.h> #include <errno.h>
#include <libgen.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment