diff options
-rw-r--r-- | ld/emultempl/aix.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index fb8b513..933f9cb 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -83,7 +83,7 @@ struct filelist }; /* List of import files. */ -struct filelist *import_files; +static struct filelist *import_files; /* List of export symbols read from the export files. */ |