aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index b7114f9..f419499 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -325,7 +325,7 @@ main (argc, argv)
if (saved_script_handle)
{
- const int BSIZE = 8192;
+ static const int BSIZE = 8192;
size_t n;
char *buf = xmalloc (BSIZE);