summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
blob: 955819739acd862d04044dcd3b196f336f3cf532 (plain)
1
2
3
4
5
6
7
#ifndef _DLFCN_H
#include <elf/dlfcn.h>

/* Now define the internal interfaces.  */
extern void *__dlvsym __P ((void *__handle, __const char *__name,
			    __const char *__version));
#endif