Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237941 | Differences between
and this patch

Collapse All | Expand All

(-)a/wifo/phapi/g722/g722.h (+2 lines)
Lines 46-53 Link Here
46
typedef unsigned short  uint16_t;
46
typedef unsigned short  uint16_t;
47
typedef int  int32_t;
47
typedef int  int32_t;
48
typedef unsigned   uint32_t;
48
typedef unsigned   uint32_t;
49
#ifndef __int8_t_defined
49
typedef long long  int64_t;
50
typedef long long  int64_t;
50
typedef unsigned long long   uint64_t;
51
typedef unsigned long long   uint64_t;
52
#endif
51
53
52
54
53
enum
55
enum

Return to bug 237941