diff options
Diffstat (limited to 'tools/build/feature/test-numa_num_possible_cpus.c')
-rw-r--r-- | tools/build/feature/test-numa_num_possible_cpus.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/feature/test-numa_num_possible_cpus.c b/tools/build/feature/test-numa_num_possible_cpus.c new file mode 100644 index 000000000000..2606e94b0659 --- /dev/null +++ b/tools/build/feature/test-numa_num_possible_cpus.c | |||
@@ -0,0 +1,6 @@ | |||
1 | #include <numa.h> | ||
2 | |||
3 | int main(void) | ||
4 | { | ||
5 | return numa_num_possible_cpus(); | ||
6 | } | ||