Last change
on this file since 2036 was 2036, checked in by bird, 20 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
282 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.