Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f55a7ceaf4851573d2cb494e1c701136748334d2
/
.
/
tools
/
build
/
feature
/
test-libnuma.c
blob: 4763d9cd587d51c8528ee9d5f80165dc93bb6565 [
file
] [
log
] [
blame
]
#include
<numa.h>
#include
<numaif.h>
int
main
(
void
)
{
numa_available
();
return
0
;
}