aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k')
-rw-r--r--include/asm-m68k/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-m68k/types.h b/include/asm-m68k/types.h
index b5a1febc97d4..c35c09d93b66 100644
--- a/include/asm-m68k/types.h
+++ b/include/asm-m68k/types.h
@@ -27,9 +27,9 @@ typedef unsigned short __u16;
27typedef __signed__ int __s32; 27typedef __signed__ int __s32;
28typedef unsigned int __u32; 28typedef unsigned int __u32;
29 29
30#if defined(__GNUC__) && !defined(__STRICT_ANSI__) 30#if defined(__GNUC__)
31typedef __signed__ long long __s64; 31__extension__ typedef __signed__ long long __s64;
32typedef unsigned long long __u64; 32__extension__ typedef unsigned long long __u64;
33#endif 33#endif
34 34
35#endif /* __ASSEMBLY__ */ 35#endif /* __ASSEMBLY__ */