Hi! > testcases/kernel/include/numa_helper.h | 1 + > testcases/kernel/lib/numa_helper.c | 6 ++++-- > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/testcases/kernel/include/numa_helper.h > b/testcases/kernel/include/numa_helper.h > index 463019a..0be7a28 100644 > --- a/testcases/kernel/include/numa_helper.h > +++ b/testcases/kernel/include/numa_helper.h > @@ -30,6 +30,7 @@ > #define NH_MEMS (1 << 0) > #define NH_CPUS (1 << 1) > > +unsigned long get_max_node(); > int get_allowed_nodes_arr(int flag, int *num_nodes, int **nodes); > int get_allowed_nodes(int flag, int count, ...); > void nh_dump_nodes();
Please don't forget to add void as a parameter for functions without any parameters so that compiler disallows passing arguments to them. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
