mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Add missing "static"
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5184 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ef14667bfa
commit
6f9e38017c
1 changed files with 1 additions and 1 deletions
2
vl.c
2
vl.c
|
@ -8210,7 +8210,7 @@ static void termsig_handler(int signal)
|
|||
qemu_system_shutdown_request();
|
||||
}
|
||||
|
||||
void termsig_setup(void)
|
||||
static void termsig_setup(void)
|
||||
{
|
||||
struct sigaction act;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue