_dl_open_hook was removed in commit
466c1ea15f461edb8e3ffaf5d86d708
("dlfcn: Rework static dlopen hooks").
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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. */
#endif
-#ifdef SHARED
-extern struct dl_open_hook *_dl_open_hook;
-libc_hidden_proto (_dl_open_hook);
-#endif
-
#if USE_TCACHE
static void tcache_key_initialize (void);
#endif