mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 10:00:12 +00:00
(__t_scalar_t, __t_uscalar_t): Make long types.
This commit is contained in:
parent
43f0382c72
commit
e22a3eb794
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user