summaryrefslogtreecommitdiff
path: root/dlfcn/dlopenold.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-29 00:04:54 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-29 00:04:54 +0000
commit20bb288327254c60dcf7f28ad3ea22c48cffcc58 (patch)
tree9d317f8044d64112c5112ef088688f366864726e /dlfcn/dlopenold.c
parent5eefad82e96d213f69e216857ad638dab981f705 (diff)
Update.
* dlfcn/defaultmod1.c: Add prototypes to avoid warnings. * dlfcn/defaultmod2.c: Likewise. * dlfcn/dlopen.c: Likewise. * dlfcn/dlopenold.c: Likewise. * dlfcn/failtestmod.c: Likewise. * dlfcn/glreflib1.c: Likewise. * dlfcn/glreflib2.c: Likewise. * dlfcn/eval.c: Likewise. Add attributes. * ctype/ctype-extn.c: Define isblank and not __isblank.
Diffstat (limited to 'dlfcn/dlopenold.c')
-rw-r--r--dlfcn/dlopenold.c1
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)
{