diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index fb8b5130cc6..933f9cbd3e0 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. */