Replace readdir_r() with readdir() because of stack overflow
authorHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 20 Jun 2013 09:37:31 +0000 (18:37 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 20 Jun 2013 11:40:36 +0000 (20:40 +0900)
commitc5c4b3c93f0be419ab73deb105fd6d0fc7f4f54c
tree1ca4923314c3495f99cda6e2ae5f0c5a445d2904
parent249688544aa9f18656eb4a143ec027ecfe7b9073
Replace readdir_r() with readdir() because of stack overflow

Change-Id: I73496cdc18795dc677d6501d31ac5c0218f23dfe
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/io/FIo_DirEnumeratorImpl.cpp