Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
f6bf1bafdc2152bb22aff3a4e947f2441a1d49e2
/
.
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob: 96a7f8d30a595e0e66336358c36ee490f834eaf3 [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<libelf.h>
int
main
(
void
)
{
size_t
dst
;
return
elf_getphdrnum
(
0
,
&
dst
);
}