source: trunk/src/libctests/glibc/conform/data/dlfcn.h-data@ 2036

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
2macro RTLD_LAZY
3macro RTLD_NOW
4macro RTLD_GLOBAL
5macro RTLD_LOCAL
6
7function {void*} dlopen (const char*, int)
8function {void*} dlsym (void *, const char*)
9function int dlclose (void*)
10function {char*} dlerror (void)
11
12allow *_t
13allow RTLD_*
14#endif
Note: See TracBrowser for help on using the repository browser.