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 f9e2bcbbe3..a3b8532955 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -359,7 +359,7 @@ add_name_to_object (struct link_map *l, const char *name)
/* Standard search directories. */
static struct r_search_path_struct rtld_search_dirs attribute_relro;
-static size_t max_dirnamelen attribute_relro;
+static size_t max_dirnamelen;
static struct r_search_path_elem **
fillin_rpath (char *rpath, struct r_search_path_elem **result, const char *sep,