mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Remove spurious references to _dl_open_hook
_dl_open_hook was removed in commit 466c1ea15f
("dlfcn: Rework static dlopen hooks").
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
e03f5ccd6c
commit
032712621f
@ -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. */
|
||||
|
@ -300,11 +300,6 @@ next_env_entry (char ***position)
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user