repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
libs
/
libunwind
/
elf64.h
blob
091fba8e1f84e010d99082a291f07b39eede5d09
1
#ifndef elf64_h
2
#define elf64_h
3
4
#ifndef ELF_CLASS
5
#define ELF_CLASS ELFCLASS64
6
#endif
7
#include
"elfxx.h"
8
9
#endif
/* elf64_h */