aboutsummaryrefslogtreecommitdiffstats
path: root/minzip
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2012-11-24 16:50:10 -0800
committerKoushik Dutta <koushd@gmail.com>2012-11-24 17:01:08 -0800
commiteaee7190f5ab851a76cd59e899dce253297cbb31 (patch)
treef2a2551ed2c38e45fb0bcd838c304a489bd6f225 /minzip
parent53e139f8b3b982f130d387a6261a1613435d6f40 (diff)
downloadbootable_recovery-eaee7190f5ab851a76cd59e899dce253297cbb31.zip
bootable_recovery-eaee7190f5ab851a76cd59e899dce253297cbb31.tar.gz
bootable_recovery-eaee7190f5ab851a76cd59e899dce253297cbb31.tar.bz2
Pull in android 4.2 updater bits willy nilly. Next commit will fix.
Change-Id: Id2616d1fead045688a5acf13b3420016322f664b
Diffstat (limited to 'minzip')
-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 8c185e1..59c659f 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