Replace 'readdir_r' with 'readdir' accepted/tizen/3.0/common/20170116.122620 accepted/tizen/3.0/ivi/20170114.000331 accepted/tizen/3.0/mobile/20170114.000243 accepted/tizen/3.0/tv/20170114.000259 accepted/tizen/3.0/wearable/20170114.000315 accepted/tizen/common/20170112.174431 accepted/tizen/ivi/20170112.222529 accepted/tizen/mobile/20170112.222417 accepted/tizen/tv/20170112.222444 accepted/tizen/wearable/20170112.222507 submit/tizen/20170112.013301 submit/tizen_3.0/20170113.111925
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 15 Dec 2016 06:06:56 +0000 (15:06 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 12 Jan 2017 02:16:13 +0000 (11:16 +0900)
commit981229a12109b66c23c039bac80daf2727e66861
treed9e7b337f4c4b3cfbab79e8f1c2d44613387e87b
parent7fda3065bc54b7e0f7bc06d20d6d5999b50c73d3
Replace 'readdir_r' with 'readdir'

'readdir_r' is deprecated since version 2.24 glibc.
By upgrading TOOLCHAIN for platform, it should be replaced by 'readdir'

Change-Id: I802ccd1cca6d9504948140a9c72000c9960b3ea1
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
plugin/app2sd/common/src/app2sd_utils.c
plugin/app2sd/server/app2sd_interface.c
plugin/app2sd/server/app2sd_internals_utils.c