Use macro instead of const keyword 36/293836/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 6 Jun 2023 23:04:24 +0000 (23:04 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 6 Jun 2023 23:05:34 +0000 (23:05 +0000)
commit149a1ab6aff23081b75f692ce0bb24d16d77283f
tree1e892195d8fa731d362f6e575e120a97bfc992c0
parent84d3e96cfc0c3b075ce64cc1430113ff0a02272d
Use macro instead of const keyword

The signal number is not same on all devices. Unfortunately, calling sigaction()
is failed in the some device. This patch is to fix sigacation() failure issue.

Change-Id: Ifb469bcaf43d506f38902c71049f3f1a084eecfd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tizen-cpp/app-core-cpp/anr_monitor_private.cc