aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-xtensa')
-rw-r--r--include/asm-xtensa/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-xtensa/types.h b/include/asm-xtensa/types.h
index f1e84526f999..b27d841a8eb7 100644
--- a/include/asm-xtensa/types.h
+++ b/include/asm-xtensa/types.h
@@ -38,9 +38,9 @@ typedef unsigned short __u16;
38typedef __signed__ int __s32; 38typedef __signed__ int __s32;
39typedef unsigned int __u32; 39typedef unsigned int __u32;
40 40
41#if defined(__GNUC__) && !defined(__STRICT_ANSI__) 41#if defined(__GNUC__)
42typedef __signed__ long long __s64; 42__extension__ typedef __signed__ long long __s64;
43typedef unsigned long long __u64; 43__extension__ typedef unsigned long long __u64;
44#endif 44#endif
45 45
46/* 46/*