diff options
Diffstat (limited to 'include/asm-s390')
-rw-r--r-- | include/asm-s390/types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-s390/types.h b/include/asm-s390/types.h index fc5d7cf19324..2c5879ae90ca 100644 --- a/include/asm-s390/types.h +++ b/include/asm-s390/types.h | |||
@@ -28,9 +28,9 @@ typedef __signed__ int __s32; | |||
28 | typedef unsigned int __u32; | 28 | typedef unsigned int __u32; |
29 | 29 | ||
30 | #ifndef __s390x__ | 30 | #ifndef __s390x__ |
31 | #if defined(__GNUC__) && !defined(__STRICT_ANSI__) | 31 | #if defined(__GNUC__) |
32 | typedef __signed__ long long __s64; | 32 | __extension__ typedef __signed__ long long __s64; |
33 | typedef unsigned long long __u64; | 33 | __extension__ typedef unsigned long long __u64; |
34 | #endif | 34 | #endif |
35 | #else /* __s390x__ */ | 35 | #else /* __s390x__ */ |
36 | typedef __signed__ long __s64; | 36 | typedef __signed__ long __s64; |