]> git.ipfire.org Git - thirdparty/glibc.git/blame - conform/data/dlfcn.h-data
conformtest: correct set of standards for which some headers are tested.
[thirdparty/glibc.git] / conform / data / dlfcn.h-data
CommitLineData
2ea18461 1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 && !defined XPG4
da1067a9
UD
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)
52cf7d34
UD
11
12allow *_t
8ce9ea0c 13allow RTLD_*
da1067a9 14#endif