summaryrefslogtreecommitdiffstats
path: root/src/cyclictest/rt_numa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cyclictest/rt_numa.h')
-rw-r--r--src/cyclictest/rt_numa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cyclictest/rt_numa.h b/src/cyclictest/rt_numa.h
index c2b3e85..06c9420 100644
--- a/src/cyclictest/rt_numa.h
+++ b/src/cyclictest/rt_numa.h
@@ -101,7 +101,7 @@ static inline struct bitmask* rt_numa_parse_cpustring(const char* s,
* libnuma do not have this function. A work around should be to run
* your command with e.g. taskset -c 9-15 <command>
*/
- return numa_parse_cpustring(s);
+ return numa_parse_cpustring((char *)s);
#endif
}