Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
dee39c0c1e9624f925da4ca0bece46bdc7427257
/
.
/
tools
/
build
/
feature
/
test-libnuma.c
blob: b3aa59f8b3cb09665b0ece50988ef9f5a51c9cf3 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<numa.h>
#include
<numaif.h>
int
main
(
void
)
{
numa_available
();
return
0
;
}