]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Make variable in get_startup_shell non-static
authorTom Tromey <tom@tromey.com>
Thu, 13 Sep 2018 22:33:27 +0000 (16:33 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 14 Sep 2018 12:49:13 +0000 (06:49 -0600)
commit87b240d48512fa30aab8b5963914a9093009fd68
tree70e06b8652c653afc6fe76874597ceb7729b5097
parent1fcd7e871c38ac1049dd5d5509ea1f11a456bf16
Make variable in get_startup_shell non-static

I noticed that a variable in get_startup_shell is "static".  However,
I couldn't see any reason it ought to be, so this removes the
"static".

gdb/ChangeLog
2018-09-14  Tom Tromey  <tom@tromey.com>

* nat/fork-inferior.c (get_startup_shell): Remove "static".
gdb/ChangeLog
gdb/nat/fork-inferior.c