(__t_scalar_t, __t_uscalar_t): Make long types.

This commit is contained in:
Ulrich Drepper 1999-12-04 07:40:43 +00:00
parent 43f0382c72
commit e22a3eb794
2 changed files with 4 additions and 4 deletions

View File

@ -117,8 +117,8 @@ typedef struct
} __fd_set;
/* Used in XTI. */
typedef int __t_scalar_t;
typedef unsigned int __t_uscalar_t;
typedef long int __t_scalar_t;
typedef unsigned long int __t_uscalar_t;
/* Duplicates info from stdint.h but this is used in unistd.h. */
typedef long int __intptr_t;

View File

@ -143,8 +143,8 @@ typedef __u_long __ino64_t;
typedef __loff_t __off64_t;
/* Used in XTI. */
typedef int __t_scalar_t;
typedef unsigned int __t_uscalar_t;
typedef long int __t_scalar_t;
typedef unsigned long int __t_uscalar_t;
/* Duplicates info from stdint.h but this is used in unistd.h. */
typedef int __intptr_t;