Update.
[glibc.git] / include / dlfcn.h
blob955819739acd862d04044dcd3b196f336f3cf532
1 #ifndef _DLFCN_H
2 #include <elf/dlfcn.h>
4 /* Now define the internal interfaces. */
5 extern void *__dlvsym __P ((void *__handle, __const char *__name,
6 __const char *__version));
7 #endif