aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris')
-rw-r--r--include/asm-cris/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-cris/types.h b/include/asm-cris/types.h
index 84557c9bac93..5a21c42bc6c5 100644
--- a/include/asm-cris/types.h
+++ b/include/asm-cris/types.h
@@ -19,9 +19,9 @@ typedef unsigned short __u16;
19typedef __signed__ int __s32; 19typedef __signed__ int __s32;
20typedef unsigned int __u32; 20typedef unsigned int __u32;
21 21
22#if defined(__GNUC__) && !defined(__STRICT_ANSI__) 22#if defined(__GNUC__)
23typedef __signed__ long long __s64; 23__extension__ typedef __signed__ long long __s64;
24typedef unsigned long long __u64; 24__extension__ typedef unsigned long long __u64;
25#endif 25#endif
26 26
27#endif /* __ASSEMBLY__ */ 27#endif /* __ASSEMBLY__ */