]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __intptr_t.
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Jul 1998 22:52:22 +0000 (22:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Jul 1998 22:52:22 +0000 (22:52 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h
sysdeps/unix/sysv/linux/mips/bits/types.h
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h

index 276236d4f5df96fae876f96493d38dad95a287a4..d4f2217f0596c1ff191c255ab5f97c058d3a7251 100644 (file)
@@ -110,6 +110,9 @@ typedef struct
 typedef int __t_scalar_t;
 typedef unsigned int __t_uscalar_t;
 
+/* Duplicates info from stdint.h but this is used in unistd.h.  */
+typedef long int __intptr_t;
+
 
 /* Now add the thread types.  */
 #include <bits/pthreadtypes.h>
index 313e96b480694c69c77fcff7ddfafcfa6c814b3f..2bb8a2a9c6c5d93602851c9b43e779a28ff5b9d4 100644 (file)
@@ -134,6 +134,9 @@ typedef __loff_t __off64_t;
 typedef int __t_scalar_t;
 typedef unsigned int __t_uscalar_t;
 
+/* Duplicates info from stdint.h but this is used in unistd.h.  */
+typedef int __intptr_t;
+
 
 /* Now add the thread types.  */
 #include <bits/pthreadtypes.h>
index 44e343ab1cbb5c04db96edcbc179c510bc7f7373..e25dec98fb2e1722241bc0dcb626a9884d933de3 100644 (file)
@@ -115,4 +115,7 @@ typedef __u_quad_t __fsfilcnt64_t;
 typedef int __t_scalar_t;
 typedef unsigned int __t_uscalar_t;
 
+/* Duplicates info from stdint.h but this is used in unistd.h.  */
+typedef long int __intptr_t;
+
 #endif /* bits/types.h */