diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-06 12:26:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-06 12:26:06 +0000 |
commit | f0123640136c82f7c2e1d11266a0bc337b98da96 (patch) | |
tree | 6ad3a320db559dc9c639020f683700d0f285353b | |
parent | 151a82745b84c978e6d330f055190a067d2dc5a7 (diff) |
No need to extern _dl_debug here.
-rw-r--r-- | libexec/ld.so/dlfcn.c | 3 |
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) |