diff options
author | Logan Chien <loganchien@google.com> | 2019-12-20 10:27:45 -0800 |
---|---|---|
committer | Logan Chien <loganchien@google.com> | 2019-12-23 07:22:48 -0800 |
commit | c88331b062803cf2a5257e41b9e38c6a2ea25122 (patch) | |
tree | b46535897888d14c00dea3a16672987feec52064 /libc/malloc_debug/malloc_debug.cpp | |
parent | a6bf7f2ee355559ec95378c7290702290aafb73c (diff) |
versioner: Add versioner_fortify_inline annotation
This commit adds versioner_fortify_inline annotation. This annotation
indicates that the annotated function is an overloaded inline function
for _FORTIFY_SOURCE implementation. They are usually enabled/disabled
by the enable_if attribute, thus the versioner don't have to check
whether they have conflicting definitions.
Bug: 118991081
Test: source development/vndk/tools/header-checker/android/envsetup.sh && \
source build/envsetup.sh && \
lunch aosp_arm64-userdebug && \
m versioner && \
./bionic/tools/versioner/run_tests.py
Change-Id: If5c739fc0c8a218907855939c1fe5338134da7f7
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
0 files changed, 0 insertions, 0 deletions