summaryrefslogtreecommitdiff
path: root/linker/linker_mapped_file_fragment.cpp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-10-20 14:06:25 -0400
committerMike Frysinger <vapier@google.com>2015-10-20 14:06:25 -0400
commit747d30ebf368be8c4ec0455324bdac53204eb179 (patch)
treed23c3707a1104240c4954021267156809f18ea01 /linker/linker_mapped_file_fragment.cpp
parentf5ea085844c66e7a65709edd7485a49396e556ce (diff)
dlfcn: update ifdef around old_name_
Commit 9185e04f72c16d2a66d92ac89b38ee926d7f706b changed the ifdef around old_name_ from __arm__ to __work_around_b_###__, but missed one place in dlfcn.cpp. So if you do a build w/out that workaround for arm, you end up with a build failure: bionic/linker/dlfcn.cpp:275:27: error: no member named 'old_name_' in 'soinfo' strlcpy(__libdl_info->old_name_, __libdl_info->soname_, sizeof(__libdl_info->old_name_)); ~~~~~~~~~~~~ ^ bionic/linker/dlfcn.cpp:275:82: error: no member named 'old_name_' in 'soinfo' strlcpy(__libdl_info->old_name_, __libdl_info->soname_, sizeof(__libdl_info->old_name_)); ~~~~~~~~~~~~ ^ Bug: 24425865 Change-Id: Idbe1cc1c28083afeee6d90203c221f30f661c69c
Diffstat (limited to 'linker/linker_mapped_file_fragment.cpp')
0 files changed, 0 insertions, 0 deletions