am a122c376: Merge "Use __inline__ for fortify."

* commit 'a122c376ef0737454a592cf44f50beabe154e9e3':
  Use __inline__ for fortify.
This commit is contained in:
Elliott Hughes 2014-02-03 23:59:29 +00:00 committed by Android Git Automerger
commit 226f970a17

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