sensor: hal: emul: change readdir_r to readdir 62/149262/1
authorkibak.yoon <kibak.yoon@samsung.com>
Tue, 12 Sep 2017 03:22:00 +0000 (12:22 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Tue, 12 Sep 2017 03:22:00 +0000 (12:22 +0900)
commit73feb7426777af256bb7c8b04e408b4676d024a2
treee8f6a9ddb7b690d2f149cc4db7d4dd4f5a4142ca
parente6cbf0ff65588c28c9aa8c8f04c67f338af9d73e
sensor: hal: emul: change readdir_r to readdir

- it should be changed because readdir_r() is deprecated function
- there is no thread issue because it guarantees that it runs in one
  thread.

Change-Id: Ie5a7694936c6d1f8093e8cd5513dfb236c173ea7
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/util.cpp