Lines 129-136
Link Here
|
129 |
typedef __loff_t __off64_t; |
129 |
typedef __loff_t __off64_t; |
130 |
|
130 |
|
131 |
/* Used in XTI. */ |
131 |
/* Used in XTI. */ |
132 |
typedef long int __t_scalar_t; |
132 |
#define __SLONGWORD_TYPE long int |
133 |
typedef unsigned long int __t_uscalar_t; |
133 |
#define __ULONGWORD_TYPE unsigned long int |
134 |
|
134 |
|
135 |
/* Duplicates info from stdint.h but this is used in unistd.h. */ |
135 |
/* Duplicates info from stdint.h but this is used in unistd.h. */ |
136 |
typedef int __intptr_t; |
136 |
typedef int __intptr_t; |