Replace 'readdir_r' with 'readdir' 22/105022/1 accepted/tizen/common/20161219.151857 accepted/tizen/ivi/20161219.021800 accepted/tizen/mobile/20161219.021627 accepted/tizen/tv/20161219.021700 accepted/tizen/wearable/20161219.021732 submit/tizen/20161216.095153
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 15 Dec 2016 06:06:56 +0000 (15:06 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Thu, 15 Dec 2016 06:34:50 +0000 (15:34 +0900)
commit2c4dc7a396a34915e201dccf1534a093321f1278
tree56a5bc55f5c273492bac293dcac2389bc89dfe88
parentbbcae4a61702d0ecefad9d8163404bc2c4bc92f3
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