From 032712621fd376def8ee4c1d997b414f29a30108 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 1 Aug 2022 15:49:07 +0200 Subject: Remove spurious references to _dl_open_hook _dl_open_hook was removed in commit 466c1ea15f461edb8e3ffaf5d86d708 ("dlfcn: Rework static dlopen hooks"). Reviewed-by: Adhemerval Zanella --- libio/vtables.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libio') diff --git a/libio/vtables.c b/libio/vtables.c index 499f003..50acab7 100644 --- a/libio/vtables.c +++ b/libio/vtables.c @@ -25,10 +25,6 @@ void (*IO_accept_foreign_vtables) (void) attribute_hidden; -/* Used to detected multiple libcs. */ -extern struct dl_open_hook *_dl_open_hook; -libc_hidden_proto (_dl_open_hook); - #else /* !SHARED */ /* Used to check whether static dlopen support is needed. */ -- cgit v1.1