summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/shlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-aout/shlib.c')
-rw-r--r--libexec/rtld-aout/shlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c
index 5cfa3f3..70c5313 100644
--- a/libexec/rtld-aout/shlib.c
+++ b/libexec/rtld-aout/shlib.c
@@ -62,7 +62,7 @@
char **search_dirs;
int n_search_dirs;
-const char *standard_search_dirs[] = {
+static const char *standard_search_dirs[] = {
STANDARD_SEARCH_DIRS
};
OpenPOWER on IntegriCloud