projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bda2a5
)
Turbostat: fix a few old-style prototypes
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Thu, 3 Mar 2016 22:02:03 +0000
(23:02 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Thu, 3 Mar 2016 22:02:03 +0000
(23:02 +0100)
src/turbostat.c
patch
|
blob
|
history
diff --git
a/src/turbostat.c
b/src/turbostat.c
index
14ce29f
..
e17e0c2
100644
(file)
--- a/
src/turbostat.c
+++ b/
src/turbostat.c
@@
-805,7
+805,7
@@
guess:
* Identify the functionality of the CPU
*/
static int __attribute__((warn_unused_result))
-probe_cpu()
+probe_cpu(
void
)
{
unsigned int eax, ebx, ecx, edx, max_level;
unsigned int fms, family, model;
@@
-1147,7
+1147,7
@@
allocate_cpu_set(cpu_set_t ** set, size_t * size) {
* Build a local representation of the cpu distribution
*/
static int __attribute__((warn_unused_result))
-topology_probe()
+topology_probe(
void
)
{
unsigned int i;
int ret;