Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158739
Collapse All | Expand All

(-)types.h.orig (-1 / +1 lines)
Lines 19-25 Link Here
19
typedef __signed__ int __s32;
19
typedef __signed__ int __s32;
20
typedef unsigned int __u32;
20
typedef unsigned int __u32;
21
21
22
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
22
#if defined(__GNUC__) && defined(__USE_ISOC99)
23
typedef __signed__ long long __s64;
23
typedef __signed__ long long __s64;
24
typedef unsigned long long __u64;
24
typedef unsigned long long __u64;
25
#endif
25
#endif

Return to bug 158739