summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-24 00:54:01 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-24 00:54:01 +0200
commit8876725f05518e8170aedb81ab40dfe638eb656f (patch)
treecd9d3141a84a975eebe70804a3bd20b938134227
parentam 481e03e3: Merge "Fixed unused param warnings for check-lost+found" (diff)
parentMerge "Fix multiple defined symbol errors" (diff)
downloadandroid_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.tar
android_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.tar.gz
android_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.tar.bz2
android_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.tar.lz
android_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.tar.xz
android_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.tar.zst
android_bootable_recovery-8876725f05518e8170aedb81ab40dfe638eb656f.zip
-rw-r--r--minzip/inline_magic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minzip/inline_magic.h b/minzip/inline_magic.h
index 8c185e155..59c659f77 100644
--- a/minzip/inline_magic.h
+++ b/minzip/inline_magic.h
@@ -18,7 +18,7 @@
#define MINZIP_INLINE_MAGIC_H_
#ifndef MINZIP_GENERATE_INLINES
-#define INLINE extern __inline__
+#define INLINE extern inline __attribute((__gnu_inline__))
#else
#define INLINE
#endif