Sign in
gbmc
/
linux
/
d3e45016f75e3efc2366e9060241d38e3fd03a8f
/
.
/
tools
/
build
/
feature
/
test-libelf-gelf_getnote.c
blob: e06121161161a6d492d925453909aa88bee23115 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdlib.h>
#include
<gelf.h>
int
main
(
void
)
{
return
gelf_getnote
(
NULL
,
0
,
NULL
,
NULL
,
NULL
)
==
0
;
}