replace strerror() to strerror_r() for thread safety 42/119742/1 submit/tizen_3.0/20170323.054933
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 20 Mar 2017 04:13:45 +0000 (13:13 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 20 Mar 2017 04:13:45 +0000 (13:13 +0900)
commit3d33e89ad8462061cad76ee8db7b49cba7765478
tree2b24d941be6ca9e32c222c8db169273553434d01
parent075e1f6e8ecafd8d9447b5a7afe7abb588bcf81e
replace strerror() to strerror_r() for thread safety

It adds a macro to print error information of errno.

Change-Id: Ic68c0b40bea361788917618e7263f6ed30e04e03
pkgmgr_font/src/font_service_register.c