Fix usage of strerror_r() 48/205548/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 7 May 2019 07:30:40 +0000 (16:30 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Tue, 7 May 2019 09:25:12 +0000 (18:25 +0900)
commit05cf2cfa91706ead9ce740e041e8e5f71cdcbebd
tree6416de45d15011d8bcfcd2d25402eac938ed5754
parent4588c0f692ef4dcda1196f24e3fcce2f55bcee33
Fix usage of strerror_r()

Use the GNU style. The GNU-specific strerror_r() returns a pointer to
a string containing the error message.
The buffer passed by is not used it doesn't need it.

Change-Id: Ifc61a09626602e41986b7945bb440b899d549726
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
plugin/app2sd/mount_helper/mount_helper.c
plugin/app2sd/server/app2sd_interface.c
plugin/app2sd/server/app2sd_internals.c
plugin/app2sd/server/app2sd_internals_registry.c
plugin/app2sd/server/app2sd_internals_utils.c