libinput: use ds_log_error() which calls 'strerror_r' 38/281438/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063730 accepted/tizen/7.0/unified/hotfix/20221116.110118 accepted/tizen/unified/20220921.091751 tizen_7.0_m2_release
authorduna.oh <duna.oh@samsung.com>
Mon, 19 Sep 2022 02:33:35 +0000 (11:33 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 19 Sep 2022 04:44:29 +0000 (13:44 +0900)
commitbce6deb3b7c39ae7b7b8f3c359d815a1f08674a9
treee1f519212a0251c74245ef579badb9ff2d8dd49a
parentcc6911714eae710fe78f0d266612998f4a5ddfde
libinput: use ds_log_error() which calls 'strerror_r'

strerror makes no guarantee of thread safety.
It'd better use strerror_r function instead.

Change-Id: I8fe56323b0f81343e7d8082146724a7223cbdebf
src/backend/libinput/backend.c