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