Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux...
[deliverable/linux.git] / tools / build / feature / test-libnuma.c
CommitLineData
3ae069cf
IM
1#include <numa.h>
2#include <numaif.h>
3
4int main(void)
5{
6 numa_available();
20c99e82 7
3ae069cf
IM
8 return 0;
9}
This page took 0.121688 seconds and 5 git commands to generate.