| Index: bits/typesizes.h
|
| diff --git a/bits/typesizes.h b/bits/typesizes.h
|
| index e9226c4174eac9d21e9b2964e4c2aea6c0de8d26..916cf56e61e26e6828fab410b9ad13d0cc2e0974 100644
|
| --- a/bits/typesizes.h
|
| +++ b/bits/typesizes.h
|
| @@ -30,20 +30,44 @@
|
| #define __DEV_T_TYPE __UQUAD_TYPE
|
| #define __UID_T_TYPE __U32_TYPE
|
| #define __GID_T_TYPE __U32_TYPE
|
| +#ifdef __native_client__
|
| +#define __INO_T_TYPE __UQUAD_TYPE
|
| +#else
|
| #define __INO_T_TYPE __ULONGWORD_TYPE
|
| +#endif
|
| #define __INO64_T_TYPE __UQUAD_TYPE
|
| #define __MODE_T_TYPE __U32_TYPE
|
| #define __NLINK_T_TYPE __UWORD_TYPE
|
| +#ifdef __native_client__
|
| +#define __OFF_T_TYPE __SQUAD_TYPE
|
| +#else
|
| #define __OFF_T_TYPE __SLONGWORD_TYPE
|
| +#endif
|
| #define __OFF64_T_TYPE __SQUAD_TYPE
|
| #define __PID_T_TYPE __S32_TYPE
|
| +#ifdef __native_client__
|
| +#define __RLIM_T_TYPE __UQUAD_TYPE
|
| +#else
|
| #define __RLIM_T_TYPE __ULONGWORD_TYPE
|
| +#endif
|
| #define __RLIM64_T_TYPE __UQUAD_TYPE
|
| +#ifdef __native_client__
|
| +#define __BLKCNT_T_TYPE __SQUAD_TYPE
|
| +#else
|
| #define __BLKCNT_T_TYPE __SLONGWORD_TYPE
|
| +#endif
|
| #define __BLKCNT64_T_TYPE __SQUAD_TYPE
|
| +#ifdef __native_client__
|
| +#define __FSBLKCNT_T_TYPE __UQUAD_TYPE
|
| +#else
|
| #define __FSBLKCNT_T_TYPE __ULONGWORD_TYPE
|
| +#endif
|
| #define __FSBLKCNT64_T_TYPE __UQUAD_TYPE
|
| +#ifdef __native_client__
|
| +#define __FSFILCNT_T_TYPE __UQUAD_TYPE
|
| +#else
|
| #define __FSFILCNT_T_TYPE __ULONGWORD_TYPE
|
| +#endif
|
| #define __FSFILCNT64_T_TYPE __UQUAD_TYPE
|
| #define __ID_T_TYPE __U32_TYPE
|
| #define __CLOCK_T_TYPE __SLONGWORD_TYPE
|
|
|