Use _exit() instead of exit() 83/294383/1
authorHwankyu Jhun <h.jhun@samsung.com>
Sat, 17 Jun 2023 01:04:36 +0000 (01:04 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Sat, 17 Jun 2023 01:04:36 +0000 (01:04 +0000)
commitc8fd80327cf14073ced99bcd3a1fa9e27f9a788b
tree4968d15151018fced58df219f3e73def147749f8
parent26b2911300560dc18fff482d02c2972923b50298
Use _exit() instead of exit()

To terminate the application process immediately, the app-core uses
_exit() instead of exit().

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