Merge "dlfcn: update ifdef around old_name_"

This commit is contained in:
Mike Frysinger 2015-10-20 18:23:22 +00:00 committed by Gerrit Code Review
commit 5c495dacda
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ soinfo* get_libdl_info() {
__libdl_info->local_group_root_ = __libdl_info;
__libdl_info->soname_ = "libdl.so";
__libdl_info->target_sdk_version_ = __ANDROID_API__;
#if defined(__arm__)
#if defined(__work_around_b_24465209__)
strlcpy(__libdl_info->old_name_, __libdl_info->soname_, sizeof(__libdl_info->old_name_));
#endif
}