index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob: d710459306c3aad3d322be3ad9073d5f886691fd (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include <libelf.h>
int
main
(
void
)
{
size_t
dst
;
return
elf_getphdrnum
(
0
, &
dst
);
}