Use macro instead of const keyword
[platform/core/appfw/app-core.git] / tizen-cpp / app-core-cpp / anr_monitor_private.cc
index 9d9f432..9ae344c 100644 (file)
 #include "app-core-cpp/backtrace_private.hh"
 #include "common/log_private.hh"
 
+#define SIGRTANR (SIGRTMIN + 3)
+
 namespace tizen_cpp {
 namespace internal {
-namespace {
-
-const int SIGRTANR = SIGRTMIN + 3;
-
-}  // namespace
 
 AnrMonitor::AnrMonitor() {
   struct sigaction action;