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