diff options
Diffstat (limited to 'dlfcn/dlopenold.c')
-rw-r--r-- | dlfcn/dlopenold.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dlfcn/dlopenold.c b/dlfcn/dlopenold.c index 0d6cea95c5..83ec801b2b 100644 --- a/dlfcn/dlopenold.c +++ b/dlfcn/dlopenold.c @@ -46,6 +46,7 @@ dlopen_doit (void *a) args->caller); } +extern void *__dlopen_nocheck (const char *file, int mode); void * __dlopen_nocheck (const char *file, int mode) { |