aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index e8b42a96e2..7640ec3289 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -1416,7 +1416,7 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded,
are only interested in the list of libraries this isn't
so severe. Fake an entry with all the information we
have. */
- static const ElfW(Symndx) dummy_bucket = STN_UNDEF;
+ static const Elf_Symndx dummy_bucket = STN_UNDEF;
/* Enter the new object in the list of loaded objects. */
if ((name_copy = local_strdup (name)) == NULL