Constrain the scope of signal handler function 05/59305/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 12 Feb 2016 08:48:43 +0000 (17:48 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 12 Feb 2016 08:48:43 +0000 (17:48 +0900)
Change-Id: I852bd47f807a01d8a438be7c98d85319717d0e99

src/sclcoreui-efl.cpp

index 9617a3f..996b741 100644 (file)
@@ -312,7 +312,7 @@ int CSCLCoreUIEFL::get_screen_rotation_degree()
     return angle;
 }
 
-void signal_handler(int sig) {
+static void signal_handler(int sig) {
     elm_exit();
 }