Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / build / feature / test-libnuma.c
diff --git a/kernel/tools/build/feature/test-libnuma.c b/kernel/tools/build/feature/test-libnuma.c
new file mode 100644 (file)
index 0000000..4763d9c
--- /dev/null
@@ -0,0 +1,9 @@
+#include <numa.h>
+#include <numaif.h>
+
+int main(void)
+{
+       numa_available();
+
+       return 0;
+}