提交 6f9e3801 编写于 作者: B blueswir1

Add missing "static"

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5184 c046a42c-6fe2-441c-8c8c-71466251a162
上级 ef14667b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册