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