repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
dlfcn.h
blob
955819739acd862d04044dcd3b196f336f3cf532
1
#ifndef _DLFCN_H
2
#include <elf/dlfcn.h>
3
4
/* Now define the internal interfaces. */
5
extern
void
*
__dlvsym
__P
((
void
*
__handle
,
__const
char
*
__name
,
6
__const
char
*
__version
));
7
#endif