summaryrefslogtreecommitdiff
path: root/dlfcn/dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn/dlopen.c')
-rw-r--r--dlfcn/dlopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c
index 793891e896..0891ca55f7 100644
--- a/dlfcn/dlopen.c
+++ b/dlfcn/dlopen.c
@@ -41,6 +41,7 @@ dlopen_doit (void *a)
}
+extern void *__dlopen_check (const char *file, int mode);
void *
__dlopen_check (const char *file, int mode)
{