]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__t_scalar_t, __t_uscalar_t): Make long types.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 02:08:58 +0000 (02:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 02:08:58 +0000 (02:08 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h
sysdeps/unix/sysv/linux/bits/types.h
sysdeps/unix/sysv/linux/mips/bits/types.h
sysdeps/unix/sysv/linux/sparc/bits/types.h

index 0f260f9de8efd3b0fbff40e98431f503b9e45c42..228c97a4feea8251686c5b933ce93744774b18a7 100644 (file)
@@ -114,8 +114,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;
index 50b4448ca6dadcec7c4501cad157381f69e714e4..2b6504d91682ef8d1cbc31c16da31c7ecf4fbffd 100644 (file)
@@ -138,8 +138,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;
index cfba3d7ea0163cdc5d9b695f1818560667e52418..3499d0c0ce7af437a0d69416894400d7bf518df4 100644 (file)
@@ -138,8 +138,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;
index 56c8dede8ff6c2c872e6ba3c4c4f517543096532..7b509554cf1ea94812c8707a7a9a05771f2ebfe1 100644 (file)
@@ -158,8 +158,8 @@ typedef unsigned long int __fsfilcnt_t;
 typedef __u_quad_t __fsfilcnt64_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.  */
 #if __WORDSIZE == 64