summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/cpufeatures.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/other/cpufeatures.c b/other/cpufeatures.c
new file mode 100644
index 00000000..e52a90ff
--- /dev/null
+++ b/other/cpufeatures.c
@@ -0,0 +1,6 @@
1#define typeof __typeof__
2#ifdef ANDROID_CPU_FEATURES
3#include ANDROID_CPU_FEATURES
4#endif
5
6extern int unused_declaration;