Merge "Use __inline__ for fortify."

This commit is contained in:
Elliott Hughes 2014-02-03 23:55:13 +00:00 committed by Gerrit Code Review
commit a122c376ef

View File

@ -546,7 +546,7 @@
#define __bos0(s) __builtin_object_size((s), 0) #define __bos0(s) __builtin_object_size((s), 0)
#define __BIONIC_FORTIFY_INLINE \ #define __BIONIC_FORTIFY_INLINE \
extern inline \ extern __inline__ \
__attribute__ ((always_inline)) \ __attribute__ ((always_inline)) \
__attribute__ ((gnu_inline)) __attribute__ ((gnu_inline))
#endif #endif