projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba67c1
)
perf_counter tools: fix build error
author
Mike Galbraith
<efault@gmx.de>
Sat, 2 May 2009 06:02:36 +0000
(08:02 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 3 May 2009 07:27:00 +0000
(09:27 +0200)
ctype.h crawled out of the bit bucket :)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-record.c
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/perf_counter/builtin-record.c
b/Documentation/perf_counter/builtin-record.c
index 3a3deb3fbbc066128d964d35c32c60a4534c2947..ddfdcf86fb20ae1dd6ec2eea152d2b3430e8c568 100644
(file)
--- a/
Documentation/perf_counter/builtin-record.c
+++ b/
Documentation/perf_counter/builtin-record.c
@@
-15,7
+15,6
@@
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
-#include <ctype.h>
#include <time.h>
#include <sched.h>
#include <pthread.h>