summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-11-02 07:19:15 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-11-02 07:19:15 +0000
commit4156d974e5c94f5b107a5413eae127757c4d6098 (patch)
tree6f2c464359c90c1dea4ac4550cee973582654172 /libexec
parent8fd2b4f8529a6ba7b9744585e37a0e7faf3679db (diff)
Remove duplicate declaration
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.so/dl_prebind.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/dl_prebind.h b/libexec/ld.so/dl_prebind.h
index f2294911d18..618817b826c 100644
--- a/libexec/ld.so/dl_prebind.h
+++ b/libexec/ld.so/dl_prebind.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dl_prebind.h,v 1.2 2006/05/10 03:26:50 deraadt Exp $ */
+/* $OpenBSD: dl_prebind.h,v 1.3 2015/11/02 07:19:14 guenther Exp $ */
/*
* Copyright (c) 2006 Dale Rahn <drahn@dalerahn.com>
*
@@ -28,7 +28,6 @@ void prebind_load_exe(Elf_Phdr *phdp, elf_object_t *exe_obj);
void prebind_validate(elf_object_t *req_obj, unsigned int symidx, int flags,
const Elf_Sym *ref_sym);
-extern char *_dl_prebind_validate; /* XXX */
void prebind_symcache(elf_object_t *object, int pltflag);
void prebind_free(elf_object_t *object);