replace strerror() to strerror_r() for thread safety 76/121776/1 accepted/tizen/4.0/unified/20170816.012731 accepted/tizen/4.0/unified/20170816.015457 accepted/tizen/unified/20170419.163225 submit/tizen/20170413.080524 submit/tizen/20170414.060354 submit/tizen/20170418.072937 submit/tizen/20170418.085103 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522 tizen_4.0.m1_release
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 20 Mar 2017 04:13:45 +0000 (13:13 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Wed, 29 Mar 2017 03:07:03 +0000 (12:07 +0900)
commit4439f2f4e19d7dec3d12a9feb893a4900f4acc32
tree2b24d941be6ca9e32c222c8db169273553434d01
parent88f80732448f5b28bdf00b126ca3537ee94be16d
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