From d29120d2ffef214b264a55833a6c92a608c024af Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 31 Oct 1995 20:28:25 +0000 Subject: [PATCH] really make import_file static --- ld/emultempl/aix.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index fb8b5130cc..933f9cbd3e 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. */