summaryrefslogtreecommitdiff
path: root/libexec/ld.so
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-06 12:26:06 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-06 12:26:06 +0000
commitf0123640136c82f7c2e1d11266a0bc337b98da96 (patch)
tree6ad3a320db559dc9c639020f683700d0f285353b /libexec/ld.so
parent151a82745b84c978e6d330f055190a067d2dc5a7 (diff)
No need to extern _dl_debug here.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r--libexec/ld.so/dlfcn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/dlfcn.c b/libexec/ld.so/dlfcn.c
index 442f6dbcacf..ed7bd8fa71e 100644
--- a/libexec/ld.so/dlfcn.c
+++ b/libexec/ld.so/dlfcn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dlfcn.c,v 1.3 2001/04/02 23:11:20 drahn Exp $ */
+/* $OpenBSD: dlfcn.c,v 1.4 2001/06/06 12:26:05 art Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -49,7 +49,6 @@ void _dl_show_objects(void);
static int _dl_real_close(void *handle);
static void _dl_unload_deps(elf_object_t *object);
-extern char *_dl_debug;
void *
dlopen(const char *libname, int how)