summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 92804a1c1c..766c80a11a 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -1 +1,5 @@
#include <elf/dlfcn.h>
+
+/* Now define the internal interfaces. */
+extern void *__dlvsym __P ((void *__handle, __const char *__name,
+ __const char *__version));