commit | 658727e111ed6dee7be5239494f0764f7b1b02f8 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Oct 07 11:10:36 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Oct 07 16:46:47 2014 -0700 |
tree | 253051956500d39d0a9e8d282aacebe78dc21def | |
parent | eeb9aa02b7f307a1d9b80731dd69ef9dd2f47e47 [diff] |
Inline helpers need to be exported unmangled. __open_2() is used by the fortify implementation of open(2) in fcntl.h, and as such needs an unmangled C name. For some reason (inlining?), this doesn't cause problems at the default optimization level, but does for -O0. The rest of these didn't cause build failures, but they look suspect and probably will, we just haven't caught them yet. Bug: 17784968 Change-Id: I7391a7a8999ee204eaf6abd14a3d5373ea419d5b