svn commit: branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits

vapier at uclibc.org vapier at uclibc.org
Thu Jan 25 23:56:29 UTC 2007


Author: vapier
Date: 2007-01-25 15:56:29 -0800 (Thu, 25 Jan 2007)
New Revision: 17526

Log:
cut scalar types

Modified:
   branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/types.h


Changeset:
Modified: branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/types.h
===================================================================
--- branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/types.h	2007-01-25 23:55:20 UTC (rev 17525)
+++ branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/types.h	2007-01-25 23:56:29 UTC (rev 17526)
@@ -128,10 +128,6 @@
 /* Type of file sizes and offsets.  */
 typedef __loff_t __off64_t;
 
-/* Used in XTI.  */
-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;
 




More information about the uClibc-cvs mailing list