Fix libdl library internal implementation 72/202372/3 tizen_5.5_tv accepted/tizen/5.5/unified/20191031.014931 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075120 accepted/tizen/5.5/unified/wearable/hotfix/20201027.112317 accepted/tizen/unified/20190328.234720 submit/tizen/20190328.143837 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 submit/tizen_5.5_wearable_hotfix/20201026.184304 tizen_5.5.m2_release
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Wed, 27 Mar 2019 13:00:43 +0000 (16:00 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Thu, 28 Mar 2019 13:05:03 +0000 (16:05 +0300)
commit552629223c2a65a0892b2f41211b3f2b4b88e35a
tree6e7e2fcc67fcbfe6e5935f8e4134c4ea955a6d30
parente4a2939df76251e13047583cf94cae1740d7ce31
Fix libdl library internal implementation

 Internal calls to __libc_dl* of libc library do not match
the API of the libdl library so we use the libdl library to
implement the internal::dl* API.

Change-Id: I2954df0bdae2132408a78c337f38ffbbf778ac18
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
src/core/internal_libdl.cpp