svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

vapier at uclibc.org vapier at uclibc.org
Wed Nov 9 03:07:45 UTC 2005


Author: vapier
Date: 2005-11-08 19:07:44 -0800 (Tue, 08 Nov 2005)
New Revision: 12193

Log:
fix __intptr_t for 64bit arches

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/types.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/types.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/types.h	2005-11-09 03:06:01 UTC (rev 12192)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/types.h	2005-11-09 03:07:44 UTC (rev 12193)
@@ -150,7 +150,7 @@
 typedef unsigned long int __t_uscalar_t;
 
 /* Duplicates info from stdint.h but this is used in unistd.h.  */
-typedef int __intptr_t;
+typedef __SWORD_TYPE __intptr_t;
 
 /* Duplicate info from sys/socket.h.  */
 typedef unsigned int __socklen_t;




More information about the uClibc-cvs mailing list