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
* dirent/scandir64.c (scandir64): Adjust declaration to type change.
[glibc.git]
/
conform
/
data
/
dlfcn.h-data
blob
93e3354635ef0504d1bf6ec48b7b1e29a3a68e28
1
#if !defined ISO && !defined POSIX
2
macro RTLD_LAZY
3
macro RTLD_NOW
4
macro RTLD_GLOBAL
5
macro RTLD_LOCAL
6
7
function {void*} dlopen (const char*, int)
8
function {void*} dlsym (void *, const char*)
9
function int dlclose (void*)
10
function {char*} dlerror (void)
11
12
allow *_t
13
allow RTLD_*
14
#endif