repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
locking/lockdep: Fix print_collision() unused warning
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libelf-mmap.c
blob
564427d7ef18d09a650f8cdc7cb21c09746e3d50
1
#include <libelf.h>
2
3
int
main
(
void
)
4
{
5
Elf
*
elf
=
elf_begin
(
0
,
ELF_C_READ_MMAP
,
0
);
6
7
return
(
long
)
elf
;
8
}