Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
kishon
/
pci-endpoint
/
89aca094545a1467e6399b93bb2fac73c11e0009
/
.
/
tools
/
build
/
feature
/
test-libelf-gelf_getnote.c
blob: d78cf4d5271f1490d0e95e4ece0fb75473cdd66b [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
<gelf.h>
int
main
(
void
)
{
return
gelf_getnote
(
NULL
,
0
,
NULL
,
NULL
,
NULL
);
}