Commit 6f9e38017c6a690284bd6634019477193ba8d142

Authored by blueswir1
1 parent ef14667b

Add missing "static"

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5184 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -8210,7 +8210,7 @@ static void termsig_handler(int signal)
8210 8210 qemu_system_shutdown_request();
8211 8211 }
8212 8212  
8213   -void termsig_setup(void)
  8213 +static void termsig_setup(void)
8214 8214 {
8215 8215 struct sigaction act;
8216 8216  
... ...