log: Replace strerror with strerror_r 51/280851/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 5 Sep 2022 09:36:44 +0000 (18:36 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 6 Sep 2022 01:57:03 +0000 (10:57 +0900)
commit80b13dfbc610d3e9e5353c35bf2c9dbd935e959d
tree1aa219d5cc73c088753b6281ce04a6c84b046532
parent10ebb4a16c4accbd27516d8b744387fc2ab6d377
log: Replace strerror with strerror_r

This means to use thread safe API.

Change-Id: I68d157d1107261d3252991ec54ae8f16381fb221
include/libds/log.h
src/log.c